Już jakiś czas temu zrobił się modny temat wykorzystania Jupyter Notebooks, które to rozwiązanie pozwala na dodawanie działającego na żywo kodu aplikacji do wyświetlanej właśnie dokumentacji. Co więce…Read more
Month: April 2020
How to create Azure Monitor Alerts based on policy definitions?
First of all, you need to have Log Analytics Workspace with logs from Activity log: More info: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/activity-log-collect Please go t…Read more
DevExpress – Error: Unable to get property ‘validator’ of undefined or null reference
In case of Error: Error: Unable to get property ‘validator’ of undefined or null reference Add to web.config (at the end in <devExpress> section): <resources> <add type=…Read more
DevExpress – Incorrect route to ASPxUploadProgressHandlerPage.ashx
In case of error: System.Exception Incorrect route to ASPxUploadProgressHandlerPage.ashx. Please use the IgnoreRoute method to ignore this handler’s route when processing requests. Please edi…Read more
Linux Azure Files mount problem
In the case of: mount error(13): Permission denied or mount error(16): Device or resource busy probably your kernel doesn’t support encryption CIFS, so please Disable “Secure transfer requ…Read more