Showing archive results for 2019

Feb 22, 2019
Post comments count0
Post likes count0

Why you should consider VS Code for your Kubernetes/Docker work – Part 2

Developer Support
Developer Support

In this follow up article, we will cover how it can help to deploy Container images stored into Azure Container Registry (ACR). We will also cover the kubectl explain integration which is helpful to understand the structure of YAML files used to describe Kubernetes API objects.

AzureContainersKubernetes
Feb 21, 2019
Post comments count3
Post likes count0

AZ-202 Microsoft Azure Developer Certification Transition Study Guide

Developer Support
Developer Support

As Microsoft embraces the spirit of “lifelong learning”, expect updates to the suite of training resources and certification exams to ensure content reflects new technologies. Microsoft has published the exam guide for AZ-202 Microsoft Azure Developer Certification Transition for those who have passed the 70-532 Azure Developer. Developers will get...

AzureCertifications
Feb 20, 2019
Post comments count4
Post likes count1

Convert ASP.NET WebForms with Windows Authentication to use AAD

Developer Support
Developer Support

I work with a lot of enterprise customers that have sizable portfolios of Intranet web sites using Web Forms and Windows Integrated Authentication that they would like to move to Azure PaaS; however, we’ve found that a lot of documentation on these topics doesn’t extend back to Web Forms and instead targets .NET Core and MVC.

Azure ADasp.net
Feb 19, 2019
Post comments count0
Post likes count0

Using Azure CloudShell as a Dev Sandbox

Developer Support
Developer Support

Being able to create, develop, test, and deploy an application to Azure AND commit to source control with no tooling other than a browser is pretty powerful. This example was with .NET but there are tons of languages supported in CloudShell.

AzureALMCLI
Feb 19, 2019
Post comments count0
Post likes count0

Handling Error AADSTS54005

Developer Support
Developer Support

On November 15, 2018 an update to Microsoft Azure Active Directory was released to bring AAD in line with the OAuth specification. This update prevents an authorization code from being used to obtain access tokens for multiple resources. The full release notes for this change can be found here.

Azure ADAuthenticationOAuth
Feb 12, 2019
Post comments count0
Post likes count0

AZ 203 Developing Solutions for Microsoft Azure Study Guide

Developer Support
Developer Support

As a Microsoft employee who works with customers and a cloud enthusiast, I see it essential to be knowledgeable of how the cloud can bring the best value to the developer. Because of this, I am taking the AZ 203 exam, which is titled “Developing Solutions for Microsoft Azure”. This exam was in beta for some time and was recently released proper in ...

TeamAzureDevelopment
Jan 31, 2019
Post comments count0
Post likes count0

Durable Functions

Developer Support
Developer Support

While one thinks of event driven code, the requirements (operational) cab be broken into smaller functions, which is usually the code snippet executed as a response to a request. As the end user, one are not concerned about underlying infrastructure.

TeamAzure Functions
Jan 31, 2019
Post comments count0
Post likes count0

UX is not UI, but UI is definitely UX

Developer Support
Developer Support

When I first joined the Premier team here at Microsoft, a lot of the work I initially did for our customers was just that – advisory front-end design work. After many discussions about how I can provide value to our customers, I started to realize that even though words likes User Experience and User Centered Design are starting to be thrown out mo...

TeamUXUI
Jan 30, 2019
Post comments count0
Post likes count0

[Service Fabric] Stateful Reliable Collection Restore –The New Way

Developer Support
Developer Support

I wanted to provide a separate blog post because although the PowerShell code for performing a Restore isn’t too complex, the amount of information you need and how to find that information is critical to your success in the Restore operation.

TeamAzureService Fabric
Jan 30, 2019
Post comments count0
Post likes count0

[Service Fabric] Stateful Reliable Collection Backup –The New Way

Developer Support
Developer Support

Recently, the Service Fabric team announced general availability of a new method of backup and restore of stateful reliable collections. What this blog post will provide, is a complete project sample on how to setup and perform a Backup (but not a Restore), with PowerShell, ARM template and code, to help you understand how to tie this all together....

TeamAzureService Fabric