Showing category results for Azure

Feb 19, 2019
Post comments count0
Post likes count0

Handling Error AADSTS54005

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
Jan 31, 2019
Post comments count0
Post likes count0

Durable Functions

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 30, 2019
Post comments count0
Post likes count0

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

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

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
Jan 29, 2019
Post comments count0
Post likes count0

Upload a file from an Azure Windows Server Core machine to Azure Blob storage

Developer Support

The title for this could be a lot longer like ‘how to upload a file using the Azure CLI to Azure storage on a Windows Server 2016 Core DataCenter’ because that’s what this blog post is about…but that’s a ridiculously long title.

TeamAzureLarry Wall
Jan 29, 2019
Post comments count0
Post likes count0

Taking small steps into Azure (with Developer Support)

Developer Support

Premier Developer Application Development Managers and Consultants are all well versed in Azure; we are all certified. Our goal is to help your organization achieve more through your Azure usage: by helping you architect a solution, enabling and training your developers to develop for the cloud, and working through a proof of concept. We can be the...

TeamAzureDiscover
Jan 25, 2019
Post comments count0
Post likes count0

Demystifying Docker Containers Support on Windows 10 and Windows Server 2016

Developer Support

Both my colleague Kendall Roden and myself were recently taking a deep dive into docker containers support on Windows 10 and Windows Server 2016. We knew that we could install “Docker for Windows” to add support for Docker, but as we dug deeper we found out that there is more to it than simply installing “Docker for Windows”.

TeamAzureDocker
Jan 24, 2019
Post comments count0
Post likes count0

Set up IIS on Windows Virtual Machine

Developer Support

App Dev Manager Vijetha Marinagammanavar provides a walk-through of setting up IIS on a Windows Virtual machine hosted in Azure.

TeamAzureIIS
Jan 22, 2019
Post comments count0
Post likes count0

Cross (micro) services authentication with Azure B2C

Developer Support

Microservices is an architectural style that structures an application as a collection of loosely coupled services, which implement business capabilities. The microservice architecture enables the continuous delivery/deployment of large, complex applications. It also enables an organization to evolve its technology stack.

TeamAzureAuthentication
Jan 21, 2019
Post comments count0
Post likes count0

Hosting Python packages in Azure DevOps

Developer Support

What I wanted to accomplish here was simply to create a redistributable Python package. Also show some of the practices on how to work with Python in a Windows environment, but I could not stop there. I went ahead and built a complete CI/CD pipeline for the package, showing how easy it is and how well Python projects integrate with Azure DevOps.

TeamAzureDevOps