Created
April 5, 2023 18:59
-
-
Save torosent/bad89502cd70100e4bf6e842f914aed7 to your computer and use it in GitHub Desktop.
internal env with WP 2/2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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