You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fsharp/using-fsharp-on-azure/index.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@ Azure Storage is a base layer of storage services for modern applications that r
51
51
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.
52
52
53
53
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
+
54
61
## Using Azure DocumentDB with F# #
55
62
56
63
[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:
69
76
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
70
77
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#.
71
78
72
-
## Using Azure Notifcation Hubs with F# #
79
+
## Using Azure Notification Hubs with F# #
73
80
74
81
[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.
0 commit comments