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.
To create a Microsoft.Web/hostingEnvironments/configurations resource, add the following JSON to your template.
{
"type": "Microsoft.Web/hostingEnvironments/configurations",
"apiVersion": "2021-03-01",
"name": "networking",
"kind": "string",
"properties": {
"allowNewPrivateEndpointConnections": "bool"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Web/hostingEnvironments/configurations' |
apiVersion | The resource api version | '2021-03-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 |
Name | Description | Value |
---|---|---|
allowNewPrivateEndpointConnections | Property to enable and disable new private endpoint connection creation on ASE | bool |