Alerts based on Analytics query using Custom log search

One feature was removed in Application Insights called Scheduled Analytics, and now it is replaced with Custom Log Search which allows us to create an Alerts based on data analytics queries.
One feature was removed in Application Insights called Scheduled Analytics, and now it is replaced with Custom Log Search which allows us to create an Alerts based on data analytics queries.
On February 15, 2018, “Recommendations API is no longer under active development” – as stated in the Recommendations API documentation. Our product team came up with an alternative new open-source solution called Recommendations Solution Template, which will let you host the recommendation engine within your Azure subscription. In this blog, will g...
There are a few key scenarios that you will want to consider as you plan your migration strategy. Unless you have unlimited time, resources and money, it is likely that you will have to consider implementing one or more of the following options…
The path for earning the Azure Developer Associate certification has recently changed, based on AZ-200 and AZ-201 beta exam feedback and lessons learned. The new exam, AZ-203: Developing Solutions for Microsoft Azure, will be the only exam necessary. Candidates for the Azure Developer Associate certification will be tested on developing Azure infra...
Le parcours pour obtenir la certification Azure Developer Associate a récemment changé, basé sur les commentaires et les leçons apprises des examens AZ-200 et AZ-201 en préversion. Le nouvel examen, AZ-203 : Solutions Microsoft Azure Developer, sera le seul examen nécessaire. Les candidats de la certification Azure Developer Associate seront évalué...
La ruta para obtener la certificación de Desarrollador Asociado en Azure ha cambiado recientemente, según las opiniones recibidas de los exámenes beta de AZ-200 y AZ-201 y las lecciones aprendidas. El nuevo examen, AZ-203: Desarrollo de soluciones para Microsoft Azure, será el único examen necesario. Los candidatos para la certificación Desarrollad...
I was recently engaged in a customer proof of concept scenario where they needed to turn their knowledgebase articles, FAQ’s and other company data into an interactive bot. For our scenario, we created a QnA Maker service that pulled HR information from a backend database so users can ask common questions in a conversational way instead of wasting ...
This project simplifies the setup of a SonarQube server to one step. Simply click the Deploy to Azure link on the project homepage and follow the simple walkthrough to have resources deployed out and configured.
This is going to be an IoT solution, which receives data from connected devices, stores the data and makes it available for consumption by a holographic or mobile application. So, you will first learn to set up the backend infrastructure--where you will have a device--which connects with a Cloud Gateway. Data received by the Cloud Gateway is stored...
I write about Azure Functions over and over again because they are the perfect solution for what I am trying to do, small little things that I don’t want to spin up a larger unnecessary app to do it. Then I had a thought, why not have an Azure Function that I could http post to and sent an email from there...