...
The Azure Functions can also use the Digizuite SDK if there is a need for fetching more information about the assets. It can be done by getting our Open Source Digizuite SDK (https://digizuite.github.comio/Digizuite/Digizuite.SDK/ ) and then using simple dependency injection as described here https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-dependency-injection. Then asset information (and all other availble functions in the SDK) can be fetched like this:
...