Bicep version
Deployment through VS Code mit extension version v0.31.34
I deploy an Azure Firewall with bicep. The deployment runs smoothly, but the firewall does not receive any IPs from the AzureFirewallSubnet and the subnets are not displayed in the firewall.
It is also interesting that the deployment of the firewall only takes about 5-7 seconds.
If I look for connected devices in the vnet, the firewall is displayed.
If I deploy the firewall via an ARM template, the subnet is assigned correctly and private IPs are also assigned.
The deployment then takes about 7 minutes.
Something seems to be wrong with the bicep deployment.
Bicep version Deployment through VS Code mit extension version v0.31.34
I deploy an Azure Firewall with bicep. The deployment runs smoothly, but the firewall does not receive any IPs from the AzureFirewallSubnet and the subnets are not displayed in the firewall. It is also interesting that the deployment of the firewall only takes about 5-7 seconds. If I look for connected devices in the vnet, the firewall is displayed. If I deploy the firewall via an ARM template, the subnet is assigned correctly and private IPs are also assigned. The deployment then takes about 7 minutes. Something seems to be wrong with the bicep deployment.
To Reproduce
und hier das ARM Template
The screenshot shows that there is no private IP and no assigned subnet
And last but not least, if you look at the json of the firewall deployed with bicep, you can also see that the subnet is assigned.