farmer icon indicating copy to clipboard operation
farmer copied to clipboard

Repeatable Azure deployments with ARM templates - made easy!

Results 145 farmer issues
Sort by recently updated
recently updated
newest added

From the source code: ```F# type StorageAccountConfig = { ... } with /// Gets the ARM expression path to the key of this storage account. member this.Key = StorageAccount.getConnectionString (this.Name)...

I did ask from Claude Sonnet what is in FsCDK (AWS) that Farmer (Azure) is missing, and it came up with this PR: - Farmer lacks best-practice safe settings for...

I bought 20+ O'Reilly security books (from Cybersecurity Humble Bundle) I asked Claude Sonnet to go them all through against Farmer: > Can you verify that the Farmer is capable...

Users cannot conditionally include outputs based on optional resource properties (e.g., VM PublicIpId) without creating multiple builder copies or using copy-and-update workarounds. ## Changes **DeploymentBuilder enhancements:** - Added `Zero()`, `Combine()`,...

@isaacabraham the subscription used by CI has been removed, so builds are failing. Was this removed intentionally or was there supposed to be a change to a different subscription? Should...