Open opme opened 1 year ago
Thanks @opme . I will review this tomorrow or on the weekend.
Hi @opme, The above error suggests that you or your runner was not able to connect to the private storage account. This is is not related to limited IP space. I have the Data Landing Zone created in my subscription and there is exactly one IP left in that subnet:
This issue is related to connectivity. Your runner is not able to connect to the queue endpoints of the storage account. Please also review this: https://github.com/hashicorp/terraform-provider-azurerm/issues/16240
Steps to reproduce
I was using the project defaults to not create private link/a-record for storage account queue. This caused the below error on the terraform plan. I then turned on the private links/a-record for storage account queue and the /28 network ran out of ip. addresses for the storage subnet. I changed it to /27 to fix that.
Error Message
Screenshots
No response