Developer Support

Advocacy and Innovation

Latest posts

Injecting content to every page on a site
Apr 7, 2020
Post comments count 0
Post likes count 0

Injecting content to every page on a site

Developer Support
Developer Support

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
Apr 7, 2020
Post comments count 0
Post likes count 0

Bias in Machine Learning

Developer Support
Developer Support

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
Apr 6, 2020
Post comments count 0
Post likes count 0

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

Developer Support
Developer Support

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
Apr 5, 2020
Post comments count 0
Post likes count 0

[Service Fabric] Using the Azure Files Volume driver with multiple volumes

Developer Support
Developer Support

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
Apr 4, 2020
Post comments count 1
Post likes count 0

InnerSource with Azure DevOps

Developer Support
Developer Support

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
Apr 3, 2020
Post comments count 0
Post likes count 0

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

Developer Support
Developer Support

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
Apr 3, 2020
Post comments count 0
Post likes count 0

Enabling Remote Learning with Office 365 Education

Developer Support
Developer Support

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
Apr 3, 2020
Post comments count 0
Post likes count 1

Implement App Insights Telemetry Processor in Azure Functions

Developer Support
Developer Support

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
Apr 2, 2020
Post comments count 0
Post likes count 0

Mock your APIs in Azure API Management and speed up development

Developer Support
Developer Support

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.