Developer Support
Advocacy and Innovation
Latest posts

Injecting content to every page on a site

I had to come up with a way to magically inject a script on every response, regardless of what technology was used to create the application or web page… believe it or not, this was not only possible but it is quick and simple!

Bias in Machine Learning

Machine learning is the scientific study of algorithms and statistical models that result in devices automatically learning and improving from experiences without being explicitly programmed. With so much success integrating machine learning into our everyday lives, the obvious next step is to integrate machine learning into even more systems.

Integrating Support cases into your DevOps process with the Azure Support API

So you have a fairly mature DevOps model in-place but you are missing the ability to integrate Azure Support issues into your processes. Well, that is no longer the case as we have released to the public our Azure Support Ticket REST API.
![[Service Fabric] Using the Azure Files Volume driver with multiple volumes](https://devblogs.microsoft.com/premier-developer/wp-content/uploads/sites/31/2020/03/servicefab_fi.png)
[Service Fabric] Using the Azure Files Volume driver with multiple volumes

I was recently working with a customer who has an application running in a Windows container and that application outputs log files into different folders inside of the container. Their log extraction process was to manually remote desktop into the node, then go into the container to get the logs out.

InnerSource with Azure DevOps

Azure DevOps provides features that enable your organization and teams adopt modern software engineering practices, such as InnerSource using features like forks and pull requests. Thus, enabling and encouraging code sharing and reuse thereby reducing engineering costs, facilitating faster time to market, and additional feature enablement.

AKS Series–Monitor AKS Cluster with Prometheus – Basic Monitoring – Part 2

Premier Developer Consultant Monu Bambroo explores how to use Prometheus Server on AKS for enhanced monitoring and deeper insights.

Enabling Remote Learning with Office 365 Education

In this post, I will go through the broad strokes of setting up Office 365 Education. The starting point is the Office 365 A1 trial sign up page.

Implement App Insights Telemetry Processor in Azure Functions

Telemetry Processor is a plug-ins that can be ingested in your application to customize how telemetry can be processed before it’s sent to the Application Insights service such as filtering out telemetry, replace or discard a telemetry item, etc.

Mock your APIs in Azure API Management and speed up development

With microservice architecture being as popular as it is today, being able to Mock your services makes it easy to get all your developers coding right away. We no longer have to wait for backend services to be completely developed or spend time coding throw away responses to provide our calling applications.