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

This PR closes #1073 The changes in this PR are as follows: * VNet Peering enhancements. * Vnet enforcement for VM encryption (work in progress) I have read the [contributing...

We deploy from a Azure DevOps repository to a static web app. Following `ArmResource` creates such a web app (Azure DevOps pipeline does the deployment). ``` $"""{{ "apiVersion": "2021-01-01", "location":...

Cleaning up dev code This PR closes # The changes in this PR are as follows: * Updating API versions I have read the [contributing guidelines](CONTRIBUTING.md) and have completed the...

Hey Farmers, loving this lib, thank you so much for building a project like this!

I didn't find documentation about this: What is the best practice to work with conditional values in Farmer custom builders? For example, the VM IP ARM (PublicIpId) is an Option...

The changes in this PR are as follows: * For a Service Bus Topic it adds the max_message_size [property](https://learn.microsoft.com/en-us/azure/templates/microsoft.servicebus/namespaces/topics?pivots=deployment-language-bicep#sbtopicproperties). This allows configuring the [large messages](https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-premium-messaging#large-messages-support) feature in premium subscriptions. *...

This PR closes #1083 The changes in this PR are as follows: * Container Apps: Add support for setting Dapr protocol. I have read the [contributing guidelines](CONTRIBUTING.md) and have completed...

The changes in this PR are as follows: * Sorts modules for ARM resources in alphabetical order. I have read the [contributing guidelines](CONTRIBUTING.md) and have completed the following: * [x]...

I'm having issues trying to link an App Service with a VNET. I'm getting the error: `Subnet record must be linked to a virtual network to properly assign the resourceId`...

This PR closes #1120 The changes in this PR are as follows: * Fixes ResourceId in PgSql to be the server, NOT the database resource type. * Small refactorings to...