Developer Support

Advocacy and Innovation

Improved Privacy using Homomorphic Encryption

In the following post, Premier Developer Consultant Razi Rais gives more insight into how to use homomorphic encryption in the field of healthcare to improve privacy and secure data. Modern encryption schemes like homomorphic encryption (HE) provide higher privacy guarantees compared to the existing schemes. Basically, you don't need to reveal...

Exam Prep for 70-533, Implementing Microsoft Azure Infrastructure Solutions

In this post, App Dev Manager Omer Amin spotlights the skills measured by 70-533, Implementing Microsoft Infrastructure Solutions, and where to go to build your skills.(image) I recently took the 70-533, Implementing Microsoft Azure Infrastructure Solutions exam. Each Microsoft exam page has a Skills Measured section. This section clearly ...

Deploying Linked ARM Templates with VSTS

In this post, Premier Developer Consultant Najib Zarrari walks through how to deploy linked ARM templates with Visual Studio Team Services. When dealing with deploying a large number of components in Azure, a single ARM template might be challenging to manage and maintain.  ARM linked templates allow you to make your deployment more ...

Multi-Tenant Applications and Azure AD

Following up on a previous blog post, Premier Developer Consultant Marius Rochon describes recent changes and compares the use of Azure AD multi-tenant features with the custom features in B2C.Read Marius’s first post here.Since then, there have been some changes to the demo application regarding new modes and new features. In his follow-up ...

DevOps and Leadership

In this post, App Dev Manager Ron Vincent explorers the role of leadership in an industry driven by DevOps.DevOps requires a different approach to leadership. In this article I'll explain where "management" came from and how we can change it for the age of rapid innovation.For decades now, the American corporation has been modeled after the ...

Focus on your code, Let Microsoft Teams worry about the UI

In this post, App Dev Manager Kyle Kapphahn spotlights the conversational UI framework of Microsoft Teams to simplify UI development for enterprise apps.When I first began commercial software development in the mid-90's (yes, I know I'm dating myself), we used the classic 3-tier model: Presentation, Business Logic, and Data Layers. If you were...