Microsoft.Web hostingEnvironments/configurations 'networking'

ARM template resource definition

The hostingEnvironments/configurations resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Options for name property

The hostingEnvironments/configurations resource accepts different properties based on the value of the name property. This article shows the properties that are available when you set name: 'networking'.

For other options, see:

Resource format

To create a Microsoft.Web/hostingEnvironments/configurations resource, add the following JSON to your template.

{
  "type": "Microsoft.Web/hostingEnvironments/configurations",
  "apiVersion": "2022-09-01",
  "name": "networking",
  "kind": "string",
  "properties": {
    "allowNewPrivateEndpointConnections": "bool",
    "ftpEnabled": "bool",
    "inboundIpAddressOverride": "string",
    "remoteDebugEnabled": "bool"
  }
}

Property values

hostingEnvironments/configurations-networking

Name Description Value
type The resource type 'Microsoft.Web/hostingEnvironments/configurations'
apiVersion The resource api version '2022-09-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
'networking'
kind Kind of resource. string
properties AseV3NetworkingConfiguration resource specific properties AseV3NetworkingConfigurationProperties

AseV3NetworkingConfigurationProperties

Name Description Value
allowNewPrivateEndpointConnections Property to enable and disable new private endpoint connection creation on ASE bool
ftpEnabled Property to enable and disable FTP on ASEV3 bool
inboundIpAddressOverride Customer provided Inbound IP Address. Only able to be set on Ase create. string
remoteDebugEnabled Property to enable and disable Remote Debug on ASEV3 bool