-
Notifications
You must be signed in to change notification settings - Fork 212
Open
Labels
Description
Describe the bug
The template in the azure portal to create a flex consumption function app fails when used with a vnet integration saying the subnet doesn't contain tags.
To Reproduce
Steps to reproduce the behavior:
- Go to Azure Portal in browser
- Create a Function App
- Choose Flex Consumption
- Go thru wizard and choose to integrate with a vnet and add a subnet
- Finish out the wizard and wait for creation
Expected behavior
The app should create and finish deployment without error. Instead you get an error that it can't find the tags property in the template. The ARM template is hosed.
Screenshots
I don't have one unfortunately.
Additional context
None