Azure Fundamentals Course 107979F

Posted on February 23, 2019 in Study • Tagged with #azure, #microsoft, #docker, #paas, #iaas, #vm, #powershell, #visualstudio, #aci, #arm, #iac

Notes from Azure Fundamentals Course 107979F

Before the course you can pre install what you need during the course. This includes:


Continue reading

Microsoft Architecture and Implementations

Posted on August 18, 2018 in Develop • Tagged with #microsoft, #architecture, #ebooks, #azure, #microservices, #faas, #react, #ng, #ef, #dapper, #vue

This blog will help you choosing the right design and corresponding code, when you build microsoft web and services in 2017 and 2018.

Lists of Architectures and Implementations

Here are some lists that can be gives you several designs.


Continue reading

Deploying Express REST API to Azure

Posted on October 29, 2017 in DevOps • Tagged with #npm, #git, #express, #nodejs, #azure

This blog is part of a series.

  1. Deploying Ionic to Azure
  2. Deploying Express REST API to Azure
  3. Add Facebook Authentication to your Express REST API - Planned

In this blog I will deploy an Express REST API to Azure Mobile Apps.

The exercise is almost identical to Part 1 - Deploy Ionic …


Continue reading

Deploying Ionic to Azure

Posted on October 10, 2017 in DevOps • Tagged with #npm, #git, #ionic, #ngx, #azure, #pwa

This blog is part of a series.

  1. Deploying Ionic to Azure
  2. Deploying Express REST API to Azure

The blog is based on @sethreidnz's article Deploying an Angular CLI project using VSTS Build and Release.
This blog deploys a Ionic 3 / Angular 4 app to Azure.

The final workflow

After …


Continue reading