Azure / wordpress-linux-appservice

MIT License
113 stars 71 forks source link

Bicep file should support to create new subnets in existing vnet which is located in another resource group #28

Open ltkvien opened 2 years ago

ltkvien commented 2 years ago

The current Bicep code creates the new virtual network and 2 new subnets. Would it be possible to create new subnets in existing Vnet which is located in another resource group? Thank you!

rabollin commented 1 year ago

@AaronSaikovski - extending the Bicep scripts to create an App pointing to existing integrated components will add value.

rabollin commented 1 year ago

The current Bicep code creates the new virtual network and 2 new subnets. Would it be possible to create new subnets in existing Vnet which is located in another resource group? Thank you!

We are going to support creating the subnets in existing VNET which is part of same resource group but may not be supporting to create in a different resource group.