Technical Debt [TD] concluded that "Technical debt is the amount of work needed to decrease the total cost of a product", which establishes a qualitative link between effort spent now and effort spent later. That link can be expressed quantitatively across projects of different sizes as the Technical Debt Ratio (TDR). The Technical Debt Ratio … Continue reading Technical debt ratio
Month: Jan 2023
azapi: unsupported attribute
One of my Azure Terraform deployments recently started failing with "unsupported attribute". The deployment involves container app environments which aren't currently supported by azurerm, so I'm working around that with azapi [AZAPI]. The template references an attribute ("staticIp" for the interested reader) in the resource creation JSON output. The deployment started breaking in early January … Continue reading azapi: unsupported attribute