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_configuration
block is specified. Note: When multipleip_configuration
blocks withpublic_ip_address_id
are configured,pulumi up
will raise an error when one or some of theseip_configuration
blocks are removed. because thepublic_ip_address_id
is still used by thefirewall
resource until thefirewall
resource is updated. and the destruction ofazure.network.PublicIp
happens before the update of firewall by default. to destroy ofazure.network.PublicIp
will cause the error. The workaround is to setcreate_before_destroy=true
to theazure.network.PublicIp
resourcelifecycle
block. See more detail: destroying.md#create-before-destroy Note: The Public IP must have aStatic
allocation andStandard
SKU.