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

Trying to update a VM which was created with an older version of farmer now fails as of #894 ```json { "status": "Failed", "error": { "code": "BadRequest", "message": "The specified...

bug

Hi team, I would like to add a lifecycle policy to my storage account to delete old versions of my blobs. Is this possible with the current implementation? If so,...

enhancement

Hi, Firstly, thanks very much for this excellent piece of technology! Secondly, we're new to Farmer and would like to deploy a Gremlin-enabled CosmosDB account. I see in the docs...

Thanks for all your work on this awesome project. I would like to create a system assigned managed identity for my SQL Server as part of the `sqlServer` builder but...

Hi, I would like to use Key Vault RBAC to control access to the key vault. I can see that its possible to `enable_rbac` but not to assign roles. e.g....

I'm attempting to use the `add_slot` and `zip_deploy_slot` on the functions builder, but when I deploy, the value of WEBSITE_CONTENTSHARE is being set to the function app name without any...

I'm having issues in setting an Event Hub instance as a dependency of a web app. The issue seems to be the way the Event Hub is referenced. Here's the...

Currently, the ARM Template has the option to change the protocol used to communicate with the DAPR sidecar. Possible values are: 'http', 'grpc'. The default value is: 'http'. I want...

enhancement
good first issue
up-for-grabs

Creating a virtual network peering requires two resources to be deployed. A peering resource on the remote must be created as well as the initial network. for example: ``` {...

Looking for the following settings for properties of Virtual Network: **VirtualNetwork Properties** - Encryption: enabled/enforcement **VirtualNetwork/VirtualNetworkPeerings** - PeeringState - PeeringSyncLevel - DoNotVerifyRemoteGateways - RemoteAddressSpace (Properties are AddressPrefixes) - RemoteVirtualNetworkAddressSpace

enhancement
on-hold