Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions docs/fsharp/using-fsharp-on-azure/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
---
title: Using F# on Azure
description: Guide to using Azure services with F#
keywords: Azure, cloud, visual f#, f#, functional programming, .NET, .NET Core
author: dsyme
manager: jbronsk
ms.date: 09/22/2016
ms.topic: article
ms.prod: .net-core
ms.technology: .net-core-technologies
ms.devlang: dotnet
ms.assetid: FAD4D11E-703A-42D4-9F72-893D9E0F569B
---


# Using F# on Azure

> [!NOTE]
This is still in progress.
F# is a superb language for cloud programming and is frequently used to write web applications, cloud services, cloud-hosted microservices, and for scalable data processing.

In the sections below, you will find resources on how to use a range of Azure services with F#.

> Note: If a particular Azure service doesn't have documentation below, please consult the C# documentation for that service. Some
> Azure services are entirely language-independent systems services and require no language-specific documentation, and in this
> case are not listed here.

## Using Azure Storage with F#

* [Get started with Azure Blob storage using F#](blob-storage.md)
* [Get started with Azure Queue storage using F#](queue-storage.md)
* [Get started with Azure Table storage using F#](table-storage.md)

## Other resources

* [Full documentation on all Azure services](https://azure.microsoft.com/en-us/documentation/)