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

I can find the Cognitive Service in the API, but I can't seem to find the Cognitive Search component, which consist of datasources, skillsets, indexes and indexers. Any plan of...

In [Builders.WebApp](https://github.com/CompositionalIT/farmer/blob/e09bb3358ea0d85d26f23ce5c9edb7deac1a9df9/src/Farmer/Builders/Builders.WebApp.fs#L271) the default values are: ``` "APPINSIGHTS_PROFILERFEATURE_VERSION", "1.0.0" "APPINSIGHTS_SNAPSHOTFEATURE_VERSION", "1.0.0" "ApplicationInsightsAgent_EXTENSION_VERSION", "~2" "DiagnosticServices_EXTENSION_VERSION", "~3" "InstrumentationEngine_EXTENSION_VERSION", "~1" "SnapshotDebugger_EXTENSION_VERSION", "~1" "XDT_MicrosoftApplicationInsights_BaseExtensions", "~1" "XDT_MicrosoftApplicationInsights_Mode", "recommended" ``` Some of these settings have a...

This [sample](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.resources/deployment-script-ssh-key-gen/azuredeploy.json#L118) demonstrates how deployment dependencies can be injected via arguments. Currently this would take some eval/unwrap/concat to accomplish, would be nice if Farmer took care of it.

enhancement

Looking at the Farmer documentation for [SQL Azure](https://compositionalit.github.io/farmer/api-overview/resources/sql/#sql-database-builder-keywords) I can't seem to find a way to specify that I want to add a database to an existing Azure SQL logical...

enhancement
discussion

It doesn't seem to be well-documented from ARM perspective, but following [the instructions](https://docs.microsoft.com/en-us/azure/app-service/quickstart-multi-container) I created the docker-compose based multi-container appService and generated the template from the resulting resource: [multicontainer.json.zip](https://github.com/CompositionalIT/farmer/files/6786479/multicontainer.json.zip). Looking...

## What I am trying to achieve As mentioned in #711 we're trying to create an Azure Commercial Marketplace offering (namely an Azure Application backed by Managed Apps). The guidance...

## What I'm trying to achieve We're currently working on getting a software deployment into the to Azure Commercial Marketplace. The model we're using would be the Azure Application (Managed...

This PR closes #591 The changes in this PR are as follows: * Turn on System Identity by default for Web App, Functions, Container Service and Container Group * Parameterise...

discussion
arm-resource
on-hold

When setting the location in the `arm` builder, I found that the order matters, which is confusing, especially if the location is only set once in the builder. While this...

enhancement
discussion

Add Builder and Resource support for ExpressRouteGateways.