Showing results for November 2018 - Developer Support

Nov 28, 2018
0
0

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 to gain increased importance.

Nov 16, 2018
0
0

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 time required to manage the application and the time required to deploy a new release, and optimizes the speed to market.

TeamAzureDevOps
Nov 14, 2018
0
0

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 12, 2018
0
0

Angular How-to: Implement Feature Flags

Developer Support
Developer Support

In an agile development environment, there may be partially completed features or features with external dependencies that are not ready. Instead of relying on multiple code branches, instead you may opt for deploying code with a feature turned off. Later, that feature should be turned on via a configuration or database change. This post provides sample code that you can use to implement feature flags in your Angular app.

TeamAngular
Nov 9, 2018
2
0

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
0
0

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
0
0

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