Showing results for June 2019 - Page 2 of 3 - Developer Support

Jun 14, 2019
Post comments count0
Post likes count0

Install IoT Edge on the Jetson TX2 running JetPack version 4.2

Developer Support
Developer Support

JetPack 4.2 includes an Ubuntu 18.04 environment and updates to CUDA, Tensorflow, and Open CV. One of the best changes is support for Python 3 in the version of Open CV provided. In JetPack 3.3 a build of Open CV was necessary to support Python 3, and this was not a trivial undertaking.

DockerJetPack
Jun 13, 2019
Post comments count0
Post likes count0

Azure AD Endpoint V1 vs V2

Developer Support
Developer Support

The objective of this post is to summarize in one single page, the main differences between Azure AD Endpoint V1 vs V2, with a focus on client libraries and supportability.

TeamAzure ADAAD
Jun 12, 2019
Post comments count0
Post likes count0

Migrating an Open, Object-Oriented Application Framework to Azure

Developer Support
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 11, 2019
Post comments count0
Post likes count0

[Service Fabric] Why won’t Visual Studio connect to my cluster?

Developer Support
Developer Support

In this blog post, I’ll discuss something that has frustrated both myself and many others for quite a while, and that is, failure of Visual Studio to connect to an Azure Service Fabric cluster. We’ll be using Visual Studio 2017 as an example.

TeamVisual StudioService Fabric
Jun 10, 2019
Post comments count0
Post likes count0

DevOps and Your Definition of Done

Developer Support
Developer Support

DevOps, among other things, is about collaboration, and a shared responsibility for delivering features into production. Your Definition of Done should reflect this. Learn why and how you should explicitly define Done to improve collaboration and quality.

TeamDevOpsAzure DevOps
Jun 9, 2019
Post comments count2
Post likes count0

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

Developer Support
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
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 7, 2019
Post comments count3
Post likes count0

Installing .NET Core 3.0 preview to work with Visual Studio Code

Developer Support
Developer Support

I need to develop cross platform solutions and am often working in Linux, so I have taken to using Visual Studio Code as my IDE instead of Visual Studio.

Team.NET CoreVisual Studio Code
Jun 7, 2019
Post comments count0
Post likes count0

Developing a Dockerized Asp.Net Core Application Using Visual Studio Code

Developer Support
Developer Support

Visual Studio Code offers feature parity with Visual Studio 2017/2019 when it comes to developing a containerized Asp.Net Core application. Since VSCode is cross platform, you can develop your next container DotNetCore application on a Linux or Mac while having access to all the great features that Windows users enjoy on VS2017/2019.

Visual StudioDockerContainers