Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
"zoneRedundant": {
"description": "Whether or not this App Service Environment is zone-redundant.",
"type": "boolean"
},
"networkingConfiguration": {
"$ref": "#/definitions/AseV3NetworkingConfiguration"
}
}
},
Expand Down Expand Up @@ -358,6 +361,78 @@
}
}
},
"AseV3NetworkingConfiguration": {
"description": "Full view of networking configuration for an ASE.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ProxyOnlyResource"
}
],
"properties": {
"properties": {
"description": "AseV3NetworkingConfiguration resource specific properties",
"type": "object",
"properties": {
"windowsOutboundIpAddresses": {
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"linuxOutboundIpAddresses": {
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"externalInboundIpAddresses": {
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"internalInboundIpAddresses": {
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"allowNewPrivateEndpointConnections": {
"description": "Property to enable and disable new private endpoint connection creation on ASE",
"type": "boolean"
},
"ftpEnabled": {
"description": "Property to enable and disable FTP on ASEV3",
"type": "boolean"
},
"remoteDebugEnabled": {
"description": "Property to enable and disable Remote Debug on ASEV3",
"type": "boolean"
},
"numberOfOutboundIpAddresses": {
"format": "int32",
"description": "Property to set the number of outbound ips on AseV3",
"type": "integer"
},
"inboundIpAddressOverride": {
"description": "Customer provided Inbound IP Address",
"type": "string"
},
"targetNumberOfOutboundIpAddresses": {
"format": "int32",
"type": "integer",
"readOnly": true
}
},
"x-ms-client-flatten": true
}
}
},
"AutoHealActions": {
"description": "Actions which to take by the auto-heal module when a rule is triggered.",
"type": "object",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "test-rg",
"name": "test-ase",
"privateEndpointConnectionName": "fa38656c-034e-43d8-adce-fe06ce039c98",
"privateEndpointWrapper": {
"properties": {
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]"
}
}
},
"api-version": "2022-03-01"
},
"responses": {
"200": {
"headers": {},
"body": {
"name": "fa38656c-034e-43d8-adce-fe06ce039c98",
"type": "Microsoft.Web/hostingEnvironments/privateEndpointConnections",
"properties": {
"provisioningState": "Succeeded",
"privateEndpoint": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Network/test-privateEndpoint"
},
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]",
"actionsRequired": "None"
},
"ipAddresses": []
}
}
},
"202": {
"headers": {},
"body": {
"name": "fa38656c-034e-43d8-adce-fe06ce039c98",
"type": "Microsoft.Web/hostingEnvironments/privateEndpointConnections",
"properties": {
"provisioningState": "Succeeded",
"privateEndpoint": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Network/test-privateEndpoint"
},
"privateLinkServiceConnectionState": {
"status": "Approved",
"description": "Approved by [email protected]",
"actionsRequired": "None"
},
"ipAddresses": []
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "test-rg",
"name": "test-ase",
"api-version": "2022-03-01",
"vnetInfo": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/default"
}
},
"responses": {
"202": {
"headers": {
"x-ms-routing-request-id": "NORTHCENTRALUS:20220408T212612Z:79bd0bce-5524-4fd1-ada0-1d8c86263d17",
"Location": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Web/hostingEnvironments/test-ase/operations/f6a27306-3ee3-4e6b-997d-3ba2024b85e6?api-version=2019-08-01"
},
"body": {
"value": []
}
},
"200": {
"headers": {},
"body": {
"value": []
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "test-rg",
"name": "test-ase",
"api-version": "2022-03-01",
"location": "South Central US",
"hostingEnvironmentEnvelope": {
"kind": "Asev3",
"location": "South Central US",
"properties": {
"virtualNetwork": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/delegated"
}
}
}
},
"responses": {
"202": {
"headers": {},
"body": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Web/hostingEnvironments/test-ase",
"name": "test-ase",
"type": "Microsoft.Web/hostingEnvironments",
"kind": "ASEV3",
"location": "South Central US",
"tags": {},
"properties": {
"provisioningState": "Succeeded",
"status": "Ready",
"virtualNetwork": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/test-subnet/subnets/delegated",
"name": "delegated",
"type": "Microsoft.Network/virtualNetworks/subnets",
"subnet": ""
},
"internalLoadBalancingMode": "None",
"multiSize": "Standard_D2d_v4",
"multiRoleCount": null,
"ipsslAddressCount": 0,
"dnsSuffix": "test-ase.p.azurewebsites.net",
"maximumNumberOfMachines": 250,
"frontEndScaleFactor": 15,
"suspended": false,
"clusterSettings": null,
"userWhitelistedIpRanges": null,
"hasLinuxWorkers": true,
"dedicatedHostCount": 0,
"zoneRedundant": false,
"networkingConfiguration": {
"properties": {
"windowsOutboundIpAddresses": [
"20.88.241.56",
"20.88.241.9"
],
"linuxOutboundIpAddresses": [
"20.88.241.56",
"20.88.241.9"
],
"externalInboundIpAddresses": [
"52.153.248.36"
],
"internalInboundIpAddresses": [],
"allowNewPrivateEndpointConnections": false,
"ftpEnabled": false,
"remoteDebugEnabled": false,
"inboundIpAddressOverride": null
}
}
}
}
},
"201": {
"headers": {},
"body": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Web/hostingEnvironments/test-ase",
"name": "test-ase",
"type": "Microsoft.Web/hostingEnvironments",
"kind": "ASEV3",
"location": "South Central US",
"tags": {},
"properties": {
"provisioningState": "Succeeded",
"status": "Ready",
"virtualNetwork": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/test-subnet/subnets/delegated",
"name": "delegated",
"type": "Microsoft.Network/virtualNetworks/subnets",
"subnet": ""
},
"internalLoadBalancingMode": "None",
"multiSize": "Standard_D2d_v4",
"multiRoleCount": null,
"ipsslAddressCount": 0,
"dnsSuffix": "test-ase.p.azurewebsites.net",
"maximumNumberOfMachines": 250,
"frontEndScaleFactor": 15,
"suspended": false,
"clusterSettings": null,
"userWhitelistedIpRanges": null,
"hasLinuxWorkers": true,
"dedicatedHostCount": 0,
"zoneRedundant": false,
"networkingConfiguration": {
"properties": {
"windowsOutboundIpAddresses": [
"20.88.241.56",
"20.88.241.9"
],
"linuxOutboundIpAddresses": [
"20.88.241.56",
"20.88.241.9"
],
"externalInboundIpAddresses": [
"52.153.248.36"
],
"internalInboundIpAddresses": [],
"allowNewPrivateEndpointConnections": false,
"ftpEnabled": false,
"remoteDebugEnabled": false,
"inboundIpAddressOverride": null
}
}
}
}
},
"200": {
"headers": {},
"body": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Web/hostingEnvironments/test-ase",
"name": "test-ase",
"type": "Microsoft.Web/hostingEnvironments",
"kind": "ASEV3",
"location": "South Central US",
"tags": {},
"properties": {
"provisioningState": "Succeeded",
"status": "Ready",
"virtualNetwork": {
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/test-subnet/subnets/delegated",
"name": "delegated",
"type": "Microsoft.Network/virtualNetworks/subnets",
"subnet": ""
},
"internalLoadBalancingMode": "None",
"multiSize": "Standard_D2d_v4",
"multiRoleCount": null,
"ipsslAddressCount": 0,
"dnsSuffix": "test-ase.p.azurewebsites.net",
"maximumNumberOfMachines": 250,
"frontEndScaleFactor": 15,
"suspended": false,
"clusterSettings": null,
"userWhitelistedIpRanges": null,
"hasLinuxWorkers": true,
"dedicatedHostCount": 0,
"zoneRedundant": false,
"networkingConfiguration": {
"properties": {
"windowsOutboundIpAddresses": [
"20.88.241.56",
"20.88.241.9"
],
"linuxOutboundIpAddresses": [
"20.88.241.56",
"20.88.241.9"
],
"externalInboundIpAddresses": [
"52.153.248.36"
],
"internalInboundIpAddresses": [],
"allowNewPrivateEndpointConnections": false,
"ftpEnabled": false,
"remoteDebugEnabled": false,
"inboundIpAddressOverride": null
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
"resourceGroupName": "test-rg",
"name": "test-ase",
"multiRolePoolEnvelope": {
"properties": {
"workerSize": "Medium",
"workerCount": 3
}
},
"api-version": "2022-03-01"
},
"responses": {
"202": {
"headers": {},
"body": {}
},
"200": {
"headers": {},
"body": {}
}
}
}
Loading