Showing archive results for 2018

May 7, 2018
Post comments count0
Post likes count0

Multi-Tenant Applications and Azure AD

Developer Support

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 post, M...

TeamAzureAzure AD
May 5, 2018
Post comments count0
Post likes count0

DevOps and Leadership

Developer Support

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

TeamDevOps
May 4, 2018
Post comments count0
Post likes count0

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

Developer Support

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

TeamUI
May 3, 2018
Post comments count0
Post likes count0

Opening a Premier Developer support request using Premier Online

Developer Support

  This post walks through the process of setting up a new support case using Premier Online.  Credits to App Dev Managers, Al Mata, Dave Harrison, Charles Ofori, Bharat Suneja, Joseph Flanigen, Sheldon Ledbetter and Bill Bevan. Opening a Premier developer support request on Premier Online Microsoft Premier Online (MPO) is an onlin...

TeamServicesPremier
May 3, 2018
Post comments count0
Post likes count3

Avoiding struct and readonly reference performance pitfalls with ErrorProne.NET

Sergey Tepliakov

As you may know from my previous posts "The 'in'-modifier and the readonly structs in C#" and "Performance traps of ref locals and ref returns in C#", structs are trickier then you might think. Mutability aside, the behavior of readonly and non-readonly structs in "readonly" contexts is very different. Structs are meant for high-performance scen...

seteplia
May 2, 2018
Post comments count0
Post likes count0

Enterprise Integration made easy in Azure

Developer Support

In this post, App Dev Manager Deepa Chandramouli explores how Azure Logic Apps and API Management can help with Enterprise Integration scenarios.Being in the services role and helping customers in their digital transformation journey with Azure, this is a topic that comes up time and again. How do we talk to apps in Azure from our on-premises syste...

TeamAzureLogic Apps
May 1, 2018
Post comments count0
Post likes count0

Three questions that could improve your Agile team

Developer Support

This post is contributed by App Dev Manager Justin Scott who asks three very important Agile questions.Agile has been adopted by many successful companies who value quality, incremental change on a more frequent basis compared to a team that uses a waterfall development methodology. Teams that embark on the journey of introducing Agile often hear a...

TeamALMAgile
Apr 30, 2018
Post comments count0
Post likes count0

Azure Storage Encryption and Azure Disk Encryption – Demystified?

Developer Support

In this post, Sr. App Dev Manager Mark Pazicni lays out the capabilities of Azure Storage Service Encryption (SSE) and Azure Disk Encryption (ADE) to help clarify their applications. With Azure Storage Service Encryption (SSE), your data is just encrypted. New and existing Azure Storage Account are now 256-bit AES encrypted to storage data encr...

TeamAzure
Apr 30, 2018
Post comments count0
Post likes count0

Docker Blog Series Part 7– Deploy Azure Web App On Containers

Developer Support

In the following post, Premier Developer Consultant Monu Bambroo shows how to deploy a Container to Azure Web Apps directly from Azure Container Registry. Container services are encapsulated, individually deployable components that run as isolated instances on the same kernel to take advantage of virtualization that an operating system provi...

DockerContainersLinux
Apr 28, 2018
Post comments count0
Post likes count0

Application Insights in Disconnection Mode

Developer Support

In this post, Premier Developer Consultant Adel Ghabboun gives insight on connectivity issues in Azure and how they may effect Application Insights. He gives details about a special disconnection mode that App Insights can run on when such issues arise. Wondering what happens to Application Insights when applications lose connectivity with Azure...

AzureApplication InsightsAdel Ghabboun