You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@description('Optional. Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration. This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.')
50
50
paramvirtualNetworkSubnetIdstring?
51
51
52
-
@description('Optional. To enable accessing content over virtual network.')
53
-
paramvnetContentShareEnabledbool = false
54
-
55
-
@description('Optional. To enable pulling image over Virtual Network.')
56
-
paramvnetImagePullEnabledbool = false
52
+
typeoutboundVnetRoutingType = {
53
+
allTraffic: bool?
54
+
applicationTraffic: bool?
55
+
backupRestoreTraffic: bool?
56
+
contentShareTraffic: bool?
57
+
imagePullTraffic: bool?
58
+
}
57
59
58
-
@description('Optional. Virtual Network Route All enabled. This causes all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.')
59
-
paramvnetRouteAllEnabledbool = false
60
+
@description('Optional. Configuration for outbound virtual network routing. Replaces the legacy vnetContentShareEnabled, vnetImagePullEnabled, and vnetRouteAllEnabled properties.')
61
+
paramoutboundVnetRoutingoutboundVnetRoutingType?
60
62
61
63
@description('Optional. Stop SCM (KUDU) site when the app is stopped.')
62
64
paramscmSiteAlsoStoppedbool = false
63
65
64
66
@description('Optional. The site config object. The defaults are set to the following values: alwaysOn: true, minTlsVersion: \'1.2\', ftpsState: \'FtpsOnly\'.')
@description('Optional. Configuration details for private endpoints. For security reasons, it is recommended to use private endpoints whenever possible.')
0 commit comments