Deploying and Managing Azure Resources with F#

F# may be used to configure, deploy, and manage Azure resources. This articles provides links for the F#-specific technology Farmer.

Other options for Azure resource deployment and management are documented in Azure Resource Manager. This includes the Bicep language.

Farmer

For F# programmers, Farmer is a free, open-source, community-driven technology providing an easy-to-learn library for rapidly authoring and deploying entire Azure architectures. Farmer generates Azure Resource Manager (ARM) templates that define the infrastructure and configuration for your project.

Farmer provides simple code snippets that allow you to rapidly construct complex topologies and idempotent deployments. Farmer is cross-platform and completely backwards compatible with ARM templates. Farmer generates standard ARM templates so you can continue to use existing deployment processes.

See also