Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 996 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 996 Bytes

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