farmer
farmer copied to clipboard
Repeatable Azure deployments with ARM templates - made easy!
At the moment, container apps has a multitude of ways to apply settings. The thing that you can't currently (easily) do in Farmer is have a secret setting and have...
This PR closes #965 The changes in this PR are as follows: * Turns on Dapr when set in the builder. * Adds Dapr integhration with App Insights * Use...
This will always add depends on clause regardless of if the storage account resource is managed or unmanaged. https://github.com/CompositionalIT/farmer/blob/c0f861b7487d1e4dc3b4bc080edb9f9e050858b5/src/Farmer/Arm/Compute.fs#L96 This needs to be a LinkedResource https://github.com/CompositionalIT/farmer/blob/c0f861b7487d1e4dc3b4bc080edb9f9e050858b5/src/Farmer/Arm/Compute.fs#L72
I cannot find a way to add "Storage Account -> Networking -> Firewall IpRules". ``` "type": "Microsoft.Storage/storageAccounts", // "properties": { // "networkAcls": { // "ipRules": [ { "value": "11.22.33.44", "action":...
Hi Farmer Community, I'm struggling with getting inter resource group references right. My goal is to reference identity created in other deployment from keyvault (and also webapp) deployments Some of...
I'm trying to deploy a Function App with a function, and based on what I understand from the docs, I simply attach a zip file of my compiled function to...
I'd like to use system managed identity to access a container registry we're creating with Farmer. Something to similar to what's possible with key vaults: https://compositionalit.github.io/farmer/api-overview/resources/managed-identity/#example-system-identity I'm currently achieving this...
I've looked at [Convert from JSON to an F# anonymous record](https://compositionalit.github.io/farmer/contributing/adding-resources/1-the-farmer-pipline/#step-12-convert-from-json-to-an-f-anonymous-record) and [Migrating to IArmResource](https://compositionalit.github.io/farmer/contributing/adding-resources/2-iarm-resource/), and (correct me if I am wrong) it looks like it does not allow adding...
Something is up with the Container App / Container Registry integration. I could swear that this worked a month or so ago, but I tried creating a new container app...