Showing tag results for Team

Apr 10, 2020
Post comments count0
Post likes count0

Machine Learning – Lessons from our POC

Developer Support
Developer Support

Using multiple algorithms and tuning the algorithms to find the optimum value for each parameter also improves the accuracy of the model. However, it is not necessary that higher accuracy models always give the accurate results, as sometimes, the improvement in model’s accuracy can be due to over-fitting too.

TeamMachine Learning
Apr 9, 2020
Post comments count1
Post likes count0

Customizing Azure DevOps with Extensions

Developer Support
Developer Support

Before embarking on building your own extension, I would endorse looking through the Marketplace for a solution, when I last looked there were over 1250 extensions available to add to your system.

TeamAzure DevOps
Apr 7, 2020
Post comments count0
Post likes count0

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!

Teamasp.netURL Rewrite
Apr 7, 2020
Post comments count0
Post likes count0

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.

TeamMachine LearningAI
Apr 6, 2020
Post comments count0
Post likes count0

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.

TeamAzureAzure DevOps
Apr 5, 2020
Post comments count0
Post likes count0

[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.

TeamAzure Service Fabric
Apr 4, 2020
Post comments count1
Post likes count0

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.

TeamAzure DevOpsInnerSource
Apr 3, 2020
Post comments count0
Post likes count0

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.

TeamMicrosoft Teams
Apr 3, 2020
Post comments count0
Post likes count1

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.

TeamAzureApplication Insights
Apr 2, 2020
Post comments count0
Post likes count0

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.

TeamAzure API ManagerMOCK