Skip to content

Commit 6025645

Browse files
sylvanccartermp
authored andcommitted
Feature/fsharp app service (#1156)
* Add F# App Service API example * Add Hosting F# in a web application on Azure link
1 parent c6ee3f5 commit 6025645

File tree

1 file changed

+8
-1
lines changed
  • docs/fsharp/using-fsharp-on-azure

1 file changed

+8
-1
lines changed

docs/fsharp/using-fsharp-on-azure/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ Azure Storage is a base layer of storage services for modern applications that r
5151
Azure Storage can also be used in conjunction with Azure Functions through declarative configuration rather than explicit API calls. See [Azure Functions triggers and bindings for Azure Storage](https://azure.microsoft.com/en-us/documentation/articles/functions-bindings-storage/) which includes F# examples.
5252

5353

54+
## Using Azure App Service with F# #
55+
56+
[Azure App Service](https://azure.microsoft.com/en-us/services/app-service/) is a cloud platform to build powerful web and mobile apps that connect to data anywhere, in the cloud or on-premises.
57+
58+
* [F# Azure Web API example](https://github.com/fsprojects/azure-webapi-example)
59+
* [Hosting F# in a web application on Azure](https://github.com/isaacabraham/fsharp-demonstrator)
60+
5461
## Using Azure DocumentDB with F# #
5562

5663
[Azure DocumentDB](https://azure.microsoft.com/en-us/services/documentdb/) is a NoSQL service for highly available, globally distributed apps.
@@ -69,7 +76,7 @@ Azure Event Hubs can be used with F# in two ways:
6976
1. Through the creation of F# Azure Functions which are triggered by events. See [Azure Function triggers for Event Hubs](https://azure.microsoft.com/en-us/documentation/articles/functions-bindings-event-hubs/), or
7077
2. By using the [.NET SDK for Azure](https://azure.microsoft.com/en-us/documentation/articles/event-hubs-csharp-ephcs-getstarted/). Note these examples are in C#.
7178

72-
## Using Azure Notifcation Hubs with F# #
79+
## Using Azure Notification Hubs with F# #
7380

7481
[Azure Notification Hubs](https://azure.microsoft.com/en-us/documentation/services/notification-hubs/) are multiplatform, scaled-out push infrastructure that enable you to send mobile push notifications from any backend (in the cloud or on-premises) to any mobile platform.
7582

0 commit comments

Comments
 (0)