Showing tag results for Azure

Sep 20, 2017
Post comments count0
Post likes count0

Cloud Design Patterns – Availability

Developer Support

In this post, App Dev Manager John Tran explores some important availability concepts you need to consider when moving applications to the cloud.Moving to the cloud forces us to change the way we design and deploy applications.  The traditional way of application development for on premises infrastructure is not the same as development for the...

TeamAzureArchitecture
Sep 17, 2017
Post comments count1
Post likes count2

Differentiating between Azure Virtual Network (VNet) and AWS Virtual Private Cloud (VPC)

Developer Support

In this post, Senior ADM Fidelis Ekezue shares insights into similarities and differences between Azure VNets and AWS VPC.It’s important to note that in the cloud, features and capabilities are in a state of constant change to improve services and adapt to industry demands.  To the best of our knowledge, the information in this article is accu...

TeamAzureVNet
Aug 9, 2017
Post comments count0
Post likes count0

mySQL, POSTgreSQL DBs as a Service

Developer Support

This post is from App Dev Manager, Omer Amin who spotlights mySQL and POSTgreSQL, both announced at BUILD this year.If you missed the announcement at BUILD earlier this year, Azure Database for MySQL and Azure Database for PostgreSQL provide fully-managed MySQL and PostgreSQL database as-a-service for easy development and deployment using tools and...

TeamAzureSQL
Jul 21, 2017
Post comments count0
Post likes count0

Resolving Azure ARM REST API Versions Conflict In ARM Templates

Pam Lahoud

This post is from Premier Developer consultant Adel Ghabboun. Usually if you use the Azure Portal Automation Script feature to generate an ARM template and copy that to a new Visual Studio Azure Resource Group project, Visual Studio editor will complain about the API version that is used in the template and suggest a new version. It looks li...

AzureVisual StudioREST
Jul 12, 2017
Post comments count0
Post likes count0

Getting Started with Java on Azure

Developer Support

This post is provided by App Dev Managers, Derrick Sharpe and Andrea Martini, who spotlight the use of Java on Windows Azure.Many people are surprised to hear that running Java on Microsoft Azure is even possible, but there are many large, Java-based production applications running in the Microsoft Cloud. Azure provides numerous resources just for ...

TeamAzureJava
Jul 11, 2017
Post comments count0
Post likes count0

Microsoft .NET Architecture Guidance

Developer Support

This post is provided by Senior ADM, Brian Swiger, who shares several helpful .NET Architectural Guidance e-books and samples.Four application architecture guidance drafts are available from Microsoft's Developer Division and the Visual Studio product teams.  These drafts cover four areas: Microservices and Docker, ASP.NET Web Applications, Az...

TeamAzureDocker
Jul 6, 2017
Post comments count0
Post likes count0

Computer Vision Made Easy with Cognitive Services

Developer Support

This post is provide by App Dev Manager, Andrew Kanieski, who takes K9 obedience training to a new level with computer vision and Cognitive Services. Computer vision is truly amazing technology! It can be used to distill rich information from images that can help you breathe life into your applications. Microsoft's Cognitive Services - Compu...

TeamAzureCognitive Services
Jul 5, 2017
Post comments count0
Post likes count0

Using PerfView with Azure Service Fabric Event Source Messages

Developer Support

This post is provided by Senior App Dev Manager, Mark Eisenberg, who spotlights the use of PerfView as a handy tool for debugging Azure Service Fabric applications. The Service Fabric tooling provides a Diagnostic Events viewer for Visual Studio that displays Event Trace for Windows (ETW) messages generated by the event sources provided with...

TeamAzureService Fabric
Jun 23, 2017
Post comments count0
Post likes count0

Riding the Azure Stack opportunity

Monu Bambroo

In this blog post, Premier Developer consultant Rob Vettor talks about Azure Stack opportunities. You are hearing more and more about Azure Stack. As a developer, the release of this long-awaited platform will present new opportunities and place a premium on Azure development skills. A highly ambitious project from Microsoft, Azure Stack brings ...

AzureAzure Stack
Jun 20, 2017
Post comments count0
Post likes count0

Setting up CI/CD for Docker Container Running in Kubernetes using VSTS

Monu Bambroo

This post is provided by Senior Consultant, Najib Zarrari to explain setting up CI/CD for Docker Container running in Kubernetes using VSTS.  In my last post, I covered how you can create a simple Web API, run the Web API in a Docker container and then deploy the container to a Kubernetes cluster provisioned using Azure Container Service (ACS) i...

AzureVSTSDocker