Skip to content

Store and retrieve weather alerts from a Doc DB Database and publish it to Azure App Services. The sample uses the local offline Doc DB emulator. Store Doc DB credentials in App Service App Settings. Source Code for an Azure function used to transform a large Blob into DocDB is also included

License

Notifications You must be signed in to change notification settings

praveensrawat/AzureWeatherWebAppDocumentDB

Repository files navigation

AzureWeatherWebAppDocumentDB

Store and retrieve weather alerts from a Doc DB Database and publish it to Azure App Services. The sample uses the local offline Doc DB emulator. Store Doc DB credentials in App Service App Settings.

Refer to file AzureFunctionBlobToDocDB for source code to transform a large traffic blob into multiple doc db documents below . This function also fetches address information from the virtual earth geo coding service and appends that data to the JSON document. Note that the function triggers on a single blob and outputs a collection of JSON documents. (ICollector implementation)

About

Store and retrieve weather alerts from a Doc DB Database and publish it to Azure App Services. The sample uses the local offline Doc DB emulator. Store Doc DB credentials in App Service App Settings. Source Code for an Azure function used to transform a large Blob into DocDB is also included

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published