Showing results for Azure - Developer Support

Nov 28, 2018
Post comments count0
Post likes count0

How to Encrypt SQL communication on the wire

Developer Support
Developer Support

While on-premises, most applications did not take advantage of securing communications to the database on the wire just because of the inherent isolation advantages of having the application ONLY on the internal LAN. However, as more and more of these applications start moving to the cloud, the security of data over the wire is rightfully starting ...

Nov 16, 2018
Post comments count0
Post likes count0

Beyond “Lift-and-Shift”: Application Modernization with Microsoft Azure

Developer Support
Developer Support

The "lift-and-shift" approach with Azure IaaS can only deliver on small measure of the promise of agility and innovation in the Cloud when compared to modernized application (i.e., Cloud-optimized). Modernizing application with Azure PaaS, on the other hand, can deliver on the promise of agility and innovation to a great extent. It reduces the tim...

TeamAzureDevOps
Nov 14, 2018
Post comments count0
Post likes count0

Synchronizing Azure Cosmos DB Collections for Blazing Fast Queries

Developer Support
Developer Support

While Cosmos DB offloads many of the hard NoSQL scaling problems, shaping your data and choosing a logical partition key are left to you. The partition key choice is arguably the most important decision you’ll need to make – it cannot be changed and must be determined upon creation of a collection.

TeamAzureCosmosDB
Nov 9, 2018
Post comments count2
Post likes count0

Completing the Redundancy Story of API Manager

Developer Support
Developer Support

In a previous post I discussed an approach to handling backend redundancy using Azure API Manager (APIM). In this post I want to discuss the various options for providing a high-availability (HA) and disaster recovery (DR) to your services exposed by API Manager.

TeamAzureAPI Management
Nov 8, 2018
Post comments count0
Post likes count0

Azure Cosmos DB Pricing Overview

Developer Support
Developer Support

My customers have spent some time working with Azure Cosmos DB and had questions around pricing. I thought I would share a bit of what I have learned when it comes to pricing for Cosmos DB for this BLOG article.

TeamAzureCosmosDB
Nov 7, 2018
Post comments count0
Post likes count0

Easy as Pi IoT on Windows 10 and Azure IoT Central!

Developer Support
Developer Support

Have you ever tried building an IoT solution on an embedded device like a Raspberry Pi with an ARM processor? What languages did you have to use? What if that device had to send data to the cloud for dashboarding and alerting? How would you build the dashboard and manage alerts for authorized users?

TeamAzureIoT
Oct 22, 2018
Post comments count3
Post likes count7

Understanding CIDR Notation when designing Azure Virtual Networks and Subnets

Developer Support
Developer Support

When creating a Virtual Network, specifying the address space is the most critical configuration. This is the IP range for the entire network that will be divided into subnets. This post is to help explain CIDR Notation for your subnet configuration.

TeamAzure
Oct 19, 2018
Post comments count0
Post likes count0

Automating the creation of Azure Service Principals with PowerShell

Developer Support
Developer Support

Recently had to give a chalk talk on a Azure Service Bus (ASB). Creating and recreating the various topics and subscriptions is a bit of a pain since there are so many options and parameters to consider. The way I go about it is to create a utility that simply creates and destroys all the infrastructure I need for the chalk talk.

TeamAzurePowerShell
Oct 11, 2018
Post comments count0
Post likes count0

Federation patterns using Azure AD

Developer Support
Developer Support

In this post, Premier Dev Consultant Marius Rochon considers scenarios where an application needs to be accessed by users from many sources of authentication (Office 365, owned and operated by Microsoft but whose use is managed separately by many independent organizations is an example of such a resource). It proposes a framework for determining an...

TeamAzureAuthentication
Oct 3, 2018
Post comments count0
Post likes count0

Azure AD App Tracking with Logic Apps

Developer Support
Developer Support

Recently, I was asked by a customer with a very large internal Azure user base to help them find a way to keep track of Azure AD (AAD) application registrations in their directory. This customer has been on Azure for years, and the number of AAD application registrations has steadily grown during that time. There are so many applications now that i...

TeamAzure ADLogic Apps