Next steps on Azure

First, change the MQ to service bus.
https://stackoverflow.com/questions/46775895/handling-azure-service-bus-queue-messages-with-azure-function
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus#trigger-sample
With above I can stop continuous polling the queue.

https://docs.microsoft.com/en-us/azure/service-bus-messaging/duplicate-detection
With above to enable duplicate detection settings.

Second, modify the SignalR...but I think I have to discuss with senpai first.
https://docs.microsoft.com/en-us/aspnet/signalr/overview/deployment/using-signalr-with-azure-web-sites

Third, log analytics on Azure. 

留言

這個網誌中的熱門文章

修改Skype存放對話記錄、檔案的資料夾位置

[C# .Net] 因應資料庫Byte長度,修改中英混雜的字串長度

[C# .Net] 是否需要用 BufferedStream 當做 FileStream 的緩衝?