Showing results for 2019 - Page 15 of 19 - Developer Support

Mar 11, 2019
Post comments count0
Post likes count0

Moving to the Cloud is NOT about the Cloud

Developer Support
Developer Support

One of the questions that I get asked very regularly by customers, colleagues, and friends is “Why do I need to move my … to the cloud?“ Almost every time this question comes up, the conversation very quickly gets into technical capabilities of the cloud, cost saving or the last service that this or that cloud vendor has released. These are all val...

TeamAzureIlias Jennane
Mar 8, 2019
Post comments count1
Post likes count0

Consider This When Planning your TFS to Azure DevOps Migration

Developer Support
Developer Support

Depending on what version of TFS you intend to migrate and what features you are using, there are a few things that in my opinion are “major” considerations because they have the potential of adding scope to your migration efforts. While you will find out about them as you read through the official migration guide, I believe there is value to knowi...

TeamALMAzure DevOps
Mar 7, 2019
Post comments count3
Post likes count0

e-signature requirements in Azure DevOps service and Azure DevOps Server

Developer Support
Developer Support

The reason for this post is to help customers realize how to satisfy the CFR – Code of Federal Regulations, Title 21, PART 11 ELECTRONIC RECORDS; ELECTRONIC SIGNATURES requirements with Team Foundation Server, Azure DevOps Service and Azure DevOps Server.

TeamALMAzure DevOps
Mar 7, 2019
Post comments count4
Post likes count0

Exploring Blazor with Visual Studio 2019

Developer Support
Developer Support

In this post, Senior App Dev Manager Keith Beller walks use through Blazor, a new experimental framework for WebAssembly. What is Blazor? After 22 years of dominance as “the” native language for client-side browser interaction, JavaScript is facing new competition from other popular languages such as C/C++, Go, PHP, C# and others thanks to ...

Teamasp.net coreWebAssembly
Mar 6, 2019
Post comments count0
Post likes count0

Remediation of old versions of Visual Studio Isolated Shell

Developer Support
Developer Support

With this little tidbit of information, we were able to write a powershell script that iterates through a given folder recursively and identifies executables that are dependent on VS Isolated Shell.

TeamVisual StudioLifecycle
Mar 6, 2019
Post comments count0
Post likes count0

Gathering real-time Perfmon Counters in a cluster

Developer Support
Developer Support

Performance (aka. Perfmon) Counters are critical to understanding the health of and diagnosing issues on Windows. In recent performance and scalability testing of a solution built on top of Azure Service Fabric, we collected Perfmon Counters across 15 VMs and sent them to Log Analytics. This was very helpful; however, there were times when we wante...

TeamAzurePerformance
Mar 5, 2019
Post comments count0
Post likes count0

Accessibility Testing with Azure DevOps Pipelines

Developer Support
Developer Support

I was recently working with one of my customers to help them improve the usability of their applications as mandated by their IT staff. The goal was to create quality web applications that can be equally useful to all users including those with disabilities. Together, we reviewed many good tools and potential best practices, but we wanted something...

TeamDevOpsAzure DevOps
Mar 5, 2019
Post comments count0
Post likes count0

Walk through Running Traefik on Service Fabric Local Cluster

Developer Support
Developer Support

In order to help you get up and running quickly to test Træfik and Service Fabric, this post will walk you through how to set this up on your local development cluster. There is good documentation at Running Træfik on Azure Service Fabric, but with a local development cluster you can skip some steps, and there are one or two snags I can help you av...

TeamService FabricService Fabric Mesh
Mar 5, 2019
Post comments count0
Post likes count0

Azure BOTs – getting extra access tokens

Developer Support
Developer Support

In this post, Premier Dev Consultant Marius Rochon show us how to obtain extra access tokens using OAuth2 Extension flow (on-behalf-of flow). The following describes an approach for getting access tokens to more than one resource, without re-displaying the sign in dialog (using the V2 Azure AD endpoint). In a nutshell, the procedure uses...

TeamAzure ADBots