Technology as an enabler: Articles based on modern cloud development and app modernization.

Common Data Model

By |2022-10-25T16:02:15+03:00April 14th, 2020|Categories: Modern apps|Tags: |

Adobe, Microsoft and SAP Open Data Initiative's Common Data Model (CDM) attempts to capture real world business concepts and their relations into a single unifying data model, which could be shared across multiple business applications. In theory, benefits should include easier integrations and data use between apps, even over organization and ecosystem boundaries. Open Data Initiative [...]

Call Azure AD protected Functions from Single Page App

By |2020-10-14T11:37:42+03:00February 13th, 2020|Categories: Modern apps|Tags: |

This article shows how to call Azure AD protected Functions from Single Page Application (SPA). The task seems trivial, but you can easily spend days finding up-to-date instructions. This article is updated 14.10.2020 to use the MSALv2 library and the conventions on how to register your apps on Azure AD to get this working. Solution overview [...]

Azure Monitoring Basics

By |2020-02-14T13:24:05+02:00November 20th, 2019|Categories: Modern apps|Tags: |

Your Azure solution is nearing production. The final thing you need to solve is how to monitor your app performance and availability, and how to get notified of potential problems. This is a quickstart to monitoring on Azure. In a nutshell The below image shows the monitoring and alerting pipeline used on Azure. The similar structure [...]

Run Python Web Apps on Azure

By |2020-02-14T13:23:36+02:00November 1st, 2018|Categories: Modern apps|Tags: |

Your Python flask web application now works on your machine. Your company has a cloud-first policy, so your next step would be to publish your app on the cloud. With Python apps, you first package your app on a docker container image, push it up to a container registry and then run on any of the [...]

Go to Top