Showing category results for Azure

Jun 12, 2019
Post comments count0
Post likes count0

Migrating an Open, Object-Oriented Application Framework to Azure

Developer Support

I start with a high-level overview of the TMIP Open, Object-Oriented application framework and technology stack that was designed and implemented fifteen years ago and explore recommendations (Table 1) for migrating TMIP to Azure. The goal-- to support the DoD mission and for bring continuous value and future expansions to stakeholders.

TeamAzureDigital Transformation
Jun 9, 2019
Post comments count2
Post likes count0

Adding User Optional and Mapped Claims in the Azure AD Authentication Token

Developer Support

When we are using Azure Active Directory, we need to add extra information related to the user in the token that we received once that we get an authenticated user in our app. By Default, in our token we only see some user’s information like preferred username, email, name, roles assigned to this user and the unique name.

TeamAzure ADAuthentication
Jun 8, 2019
Post comments count0
Post likes count0

Understanding Your Cloud Adoption Maturity Level

Developer Support

To be successful an enterprise must address people, process and technology when adopting the cloud. I often witness organizations migrating to Azure focus primarily on the cloud technologies and fail to assess their current maturity readiness.

TeamDevOpsDigital Transformation
Jun 5, 2019
Post comments count0
Post likes count0

Azure DevOps: Build pipelines for Arduino microcontrollers

Developer Support

Azure DevOps applies to any language, any platform including Arduino. In this post, I will show you how to build Arduino microcontrollers using Azure DevOps Build pipeline and a custom build agent.

Azure DevOpsIoT
Jun 3, 2019
Post comments count0
Post likes count0

Getting started with Azure Logic Apps

Developer Support

If you’ve ever struggled with automating cloud/on-premises workflows or wondered what of your workflows could be automated, Azure Logic Apps now makes it possible for development and IT teams to automate these workflows with little to no code.

TeamAzureLogic Apps
May 31, 2019
Post comments count0
Post likes count0

Have you considered Azure Reserved Instances?

Developer Support

We recently had the opportunity to work with a customer and help manage their Azure cost. This topic came up and it ended up resulting in significant saving by reducing the cost of resources they had already planned to deploy. Based on that interaction, we thought it would be useful to highlight this option in a blog post.

TeamAzureReserved Instances
May 29, 2019
Post comments count0
Post likes count0

Getting Started with Azure Blueprints

Developer Support

Azure Blueprints now makes it possible for development teams to rapidly build and stand up new environments with a set of built-in components -- such as networking -- to speed up development and delivery.

TeamAzure
May 28, 2019
Post comments count0
Post likes count0

Understanding how Microsoft Azure keeps your data safe

Developer Support

When it comes to data, there is never a thing as too much security. With identify theft and breaches becoming a daily occurrence, ensuring sensitive information is protected is essential to business. Microsoft Azure has been designed from the ground-up to be one of the most secure places to store your information. Let me prove it!

TeamAzureSecurity
May 27, 2019
Post comments count3
Post likes count0

Dynamics 365 Implementation Pt. 2 – Data Migration Process

Developer Support

Throughout a typical Dynamics project, various environments are setup to prevent the existing environments from being affected by the changes being pushed to an environment. This is the model most firms follow when they have mastered the release sequence in their CI/CD.

TeamDynamics
May 24, 2019
Post comments count0
Post likes count0

Using Groups in Azure AD B2C

Developer Support

Accessing Groups claims in Azure AD B2C requires adding some custom code through custom (IEF) policies. This post shows how to configure AD B2C IEF policies to access Groups in JWT Tokens.

TeamSecurityAzure AD