farmer icon indicating copy to clipboard operation
farmer copied to clipboard

Repeatable Azure deployments with ARM templates - made easy!

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

Given this code: ```fsharp let pgServer = postgreSQL { name "pgserver" add_database "foo" admin_username "theadmin" } let app = webApp { name "mywebapp" depends_on pgServer } ``` The following ARM...

bug
arm-resource
up-for-grabs
changes-required

The changes in this PR are as follows: * Storage: add plural `add_blob_containers`, `add_public_containers`, `add_private_containers`, `add_file_shares`, `add_file_shares_with_quota` and `add_queues (string seq)`. * Storage: fix quadratic complexity in `add_queues (StorageQueueConfig seq)`....

Some features of Service Bus are only available on certain SKUs. The resource provider doesn't always do this validation or give useful error messages, so if Farmer can tell a...

up-for-grabs

The problem: We encountered a case where our deployment failed because an alert (microsoft.insights/metricAlerts) that contains an **add_action** with an action group (defined in the same script, the same template)...