farmer icon indicating copy to clipboard operation
farmer copied to clipboard

Repeatable Azure deployments with ARM templates - made easy!

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

If this is not the appropriate place for questions, let me know where I should post them :). How do I go about creating a setting my `myApp` that contains...

Hi, I tried to add alerts (thanks for this feature, we were waiting for it!) but I have 2 main issue: 1. MetricsName.PercentageCPU is translated to arm script to "Percentage...

I've found a few links lying around, such as [this](https://stackoverflow.com/questions/45268658/easy-authentication-and-authorization-in-azure-function-app-using-arm-template). However, we also have to give consideration to the App Registration - 99/100 times this will be required to be...

enhancement
arm-resource

I often find the API has been broken within the same major version. Would it make sense to start using [semantic versioning](https://semver.org/) to give the user indication - "broken API...

discussion

I have come across a use-case recently where I'd like to be able to upload a number of blobs to a storage account as part of a deployment through Farmer....

enhancement
up-for-grabs

As of now, Farmer only supports PostgreSQL single servers, it could be extended to support azure flexible server and its resources.

enhancement
arm-resource

The changes in this PR are as follows: * Adds support for allocating resources to a container app and equally sharing across all containers. I have read the [contributing guidelines](CONTRIBUTING.md)...

discussion
changes-required

This PR closes #857 The changes in this PR are as follows: * Added add_to_ad_group(s) operators to userAssignedIdentity builder * Added IPostDeploy action to userAssignedIdentity I have read the [contributing...

discussion

When creating a user-assigned identity, it would be great if there was a way to automatically add the given user to a named AAD group. This would allow permissions to...

in '_deployment |> Deploy.execute resourceGroupName Deploy.NoParameters_' we specify the resource group Is it possible to set the subscription using Farmer without invoking '_az set --subscription _' externally