Let Application Insights focus on real problems and not missing data (404) in your APIs

Application Insights is a great tool for collecting insights and telemetry for your Azure (or for that matter almost any) resources such as websites, console apps, apis etc. There are cases however where default settings may log errors that are undesirable. Worst case scenario is that it could hide the real problems or have them… Continue reading Let Application Insights focus on real problems and not missing data (404) in your APIs

Web Apps: Outgoing IPs – follow-up post

I have received some comments about a previous post where I discussed the scenario of an Azure web app that needs to call a protected web service. The protected web service needs to be configured to allow access (for example via its firewall) to the outbound IP address of the Web App. You can read the whole previous post here. A few readers have had problems… Continue reading Web Apps: Outgoing IPs – follow-up post

Web Service Parameters in Azure Machine Learning

I came across this problem myself during summer when I was reading up on Azure Machine Learning. I had trained a ML experiment and when I was satisfied I wanted to generate a Web Service so I could utilize it in my business logic. However the model was trained from a huge CSV file with… Continue reading Web Service Parameters in Azure Machine Learning