Skip to content

mattcowen/BlueForceTracker

Repository files navigation

BlueForceTracker

Clicking the Add Track button copies a paragliding track log to Azure Blob Storage.

The new blob triggers an Azure Function that simulates the flight by reading the file and sending coordinates to an API method on the website.

The API call updates the map using WebSockets.

Shows how to use the new SignalR for ASP.NET Core 2.

Update the appsettings.json files with your Bing Maps key and Azure storage connection string

Read more here

Deploying to my Azure Stack