Developer Support

Advocacy and Innovation

Latest posts

Apr 2, 2019
Post comments count 2
Post likes count 0

Custom AI Models with Azure Machine Learning Studio and ML.NET

Developer Support

From the ready-to-consume set of Azure Cognitive Services to the comprehensive set of tools for data scientists available in Azure Machine Learning Service, there are many ways to apply AI into your products and services.

Apr 1, 2019
Post comments count 0
Post likes count 0

PowerApps Design – Create a Digital Alarm Clock Display

Developer Support

In this post, we’ll look at how to use SVG images and some formulas to create a digital alarm clock style display in PowerApps. This is going to involve some image manipulation, so I’ll use one of my favorite free vector programs, Inkscape, to create SVG files that can be used in the clock display. I’ll also be using a free-for-commercial use digital clock font for this example (thanks to the author).

Mar 28, 2019
Post comments count 1
Post likes count 0

Bypassing authentication for the local Kubernetes Cluster Dashboard

Developer Support

It’s no secret that you can run a local version of Kubernetes on Docker Desktop for Windows, however, getting the Dashboard installed and configured correctly can be challenging. The problem is that the default installation requires you to manage an admin user and copy that user's bearer token into the portal to login.

Mar 28, 2019
Post comments count 0
Post likes count 0

Preparing for AZ-300 and AZ-301 with Pluralsight courses

Developer Support

Microsoft and Pluralsight have partnered to give Azure learners access to 46 Pluralsight video courses. Anyone who redeems this benefit can use all Pluralsight features available to individual subscribers, including paths, Skill IQ, channels, and notes.

Mar 27, 2019
Post comments count 0
Post likes count 0

Investigating Production Issues with Azure Monitor and Snapshot Debugger

Developer Support

On this episode of the On.NET Show, ADM Isaac Levin talks about how we can better triage issues in Production environments using Azure Monitor, Application Insights, Snapshot Debugger, SnapPoints and LogPoints.

Mar 22, 2019
Post comments count 4
Post likes count 0

How to link your MCP profile to a partner organization

Developer Support

Anyone who has ever passed at least one of the Microsoft certification exams has a Microsoft Certified Professional (MCP) profile created with an ID (MCID) generated. This profile is now part of the Microsoft Learning platform that allows a person to track all activities related to certification accomplishments, both active and past.

Mar 21, 2019
Post comments count 3
Post likes count 0

Mixing Windows and Linux containers with Docker Compose

Developer Support

Running Linux containers on a Windows host has been available for awhile now. However, getting Windows and Linux containers to communicate without Docker Compose results in using the containers’ IP Addresses. This is not a good solution since container IP Addresses change often.

Mar 13, 2019
Post comments count 0
Post likes count 0

New Concept: Diversity Driven Development

Developer Support

Diversity Driven Development (DDD) is concept that I’ve envisioned for some time. DDD can enable you, your team and/or your organization to build software and services that provide solution beyond just the current customer demographic.

Mar 12, 2019
Post comments count 0
Post likes count 0

Planning the future for NoSQL Cassandra DB Applications on Azure

Developer Support

In this post, App Dev Manager Shany Wiesel explains the different deployment models for Apache Cassandra on Azure. Microsoft Azure is an open cloud platform that runs both Microsoft as well as non-Microsoft software which includes operating systems, application servers, messaging middleware as well as SQL and NoSQL databases from both commercial and open source models. Apache Cassandra is a commonly used, high performance NoSQL database. Customers that currently maintain Cassandra on-premises may consider migration Cassandra DBs workloads to the cloud. This post explores Cassandra deployment options, as...