public Ip Address Id
Parameters
The ID of the Public IP Address associated with the firewall.
NOTE A public ip address is required unless a
management_ip_configurationblock is specified. NOTE When multipleip_configurationblocks withpublic_ip_address_idare configured,pulumi upwill raise an error when one or some of theseip_configurationblocks are removed. because thepublic_ip_address_idis still used by thefirewallresource until thefirewallresource is updated. and the destruction ofazure.network.PublicIphappens before the update of firewall by default. to destroy ofazure.network.PublicIpwill cause the error. The workaround is to setcreate_before_destroy=trueto theazure.network.PublicIpresourcelifecycleblock. See more detail: destroying.md#create-before-destroy NOTE The Public IP must have aStaticallocation andStandardSKU.