Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save torosent/bad89502cd70100e4bf6e842f914aed7 to your computer and use it in GitHub Desktop.
Save torosent/bad89502cd70100e4bf6e842f914aed7 to your computer and use it in GitHub Desktop.
internal env with WP 2/2
resource vnet_previewRG_9b4e_infra_subnet 'Microsoft.Network/virtualNetworks/subnets@2020-07-01' = {
name: 'vnet-previewRG-9b4e/infra-subnet'
properties: {
delegations: [
{
name: 'Microsoft.App.environments'
id: '/subscriptions/<subid>/resourceGroup/vnet-previewRG-9b4e/providers/Microsoft.Network/availableDelegations/Microsoft.App.environments'
type: 'Microsoft.Network/availableDelegations'
properties: {
serviceName: 'Microsoft.App/environments'
actions: [
'Microsoft.Network/virtualNetworks/subnets/join/action'
]
}
}
]
serviceEndpoints: []
addressPrefix: '10.0.0.0/23'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment