Skip to content
Advertisement

Tag: azure

‘failed to create second instance’ error in npm themeparks module in Azure Function

I am trying to use the npm package themeparks to extract information for a database. I want to call themeparks every half hour. Perhaps someone with experience in using themeparks can help me. When I test an Azure function using themeparks I get this error. 2020-12-13T22:20:14.430 [Error] Executed ‘Functions.HttpTrigger3’ (Failed, Id=59ad2b28-6c19-4655-9edb-16b407b949af, Duration=4ms)Result: FailureException: Error:Failed to create second instance of “WaltDisneyWorldMagicKingdom”

How to use SignalR to send data to a specific user?

I have a client which receives messages over SignalR. It is working great but it is more like a broadcast. I would like to be able to send messages to a specific client. On the client-side I have a userId and I set up my connection like this: On the server-side (Azure Function written in JavaScript) I have a message

d3.js get JSON from url

The situation is that i am trying to get d3 to read a JSON file which is stored in Windows Azure Blob storage. If i paste the url into a browser then the file is downloaded to my machine. I would like to be able get the JSON file from the url with d3, but no graph is produced which

Advertisement