TLDR: I will show you how to set up a continuous deployment process for your SSDT Projects. To make that job easier I made SSDT Continuous Deployment-Enabled project template for Visual Studio 2017 which was also published on Visual Studio Marketplace. I will guide you through the process of importing your database schema into the … Read More →
Azure Analysis Services is a fully managed platform as a service (PaaS) that provides enterprise-grade data models in the cloud. Use advanced mashup and modeling features to combine data from multiple data sources, define metrics, and secure your data in a single, trusted tabular semantic data model. The data model provides an easier and faster … Read More →
Automating Analysis Services Tabular Projects - Part 1: Deployment
My team recently starting using Microsoft’s Tabular Model databases at work, as an intermediate layer between an operational data store and the end users who consume this data from Power BI. Tabular Models are an OLAP technology, providing an in-memory data cube, with measures being defined using … Read More →
We are going a step beyond the traditional methods of developing a data warehouse by adopting CI practices, which are more prevalent for API (.NET) based applications. It has been long pending for data warehouse teams to catch up on the modern software engineering practices. With the emergence of Visual Studio Online (VSTS) & SQL … Read More →
Public facing Load Balancer
Two Windows Virtual Machines ( created from Azure & PowerShell)
Internal Load Balancer
Two Linux Virtual Machines (created from Azure & PowerShell)
Azure SQL Database ( with failover configuration to another region)
2. Two Windows Virtual Machines ( created from Azure & PowerShell)
2.1. Creating Windows VM using Azure portal
… Read More →
This Azure Data Factory tutorial will help you understand what is a Data Factory, why we need Data Factory, what is a Data Lake along with a demo on Azure Data Factory. Azure Data Factory is one of the most important services offered by Azure. The data generated by digital products is increasing exponentially and … Read More →
Définition du KPI
Il s'agit d'un acronyme de Key Performance Indicator, ce qui signifie en français : Indicateur de performance clé.
Ce sont des mesures qui permettent aux entreprises d'évaluer la performance d'un domaine. On parle aussi de "metrics", même si une différence existe entre ces 2 termes :
les KPIs sont liés à un objectif … Read More →
Bien démarrer avec Azure
https://docs.microsoft.com/fr-fr/azure/#pivot=get-started&panel=get-started1
https://docs.microsoft.com/fr-fr/dotnet/azure/?view=azure-dotnet
Azure pour les développeurs .NET et .NET Core
Prenez le développement d’applications cloud en main avec Azure en utilisant les ressources ci-dessous pour rechercher d’excellents tutoriels et des outils pour les développeurs .NET et .NET Core.
https://www.udemy.com/free-azure/learn/v4/overview
BRAND NEW COURSE - May 28 2018
This course is designed so that you can follow along! As I create a Virtual Machine using the Azure Portal, you can be doing the exact same steps yourself! Pause the video if you need to, or run it at double speed, the choice is up to you!
In this course, we create a traditional … Read More →
Azure Virtual Network Step by Step. In this tutorial, I show you how to create an Azure Virtual Network setup. I take you through the fields of the Azure Portal create virtual network screen, and tell you why I am choosing the values I did. We also go into detail about subnets, and create multiple … Read More →
What is Domain-Driven Design?
Over the last decade or two, the philosophy of Domain-Driven Design, or DDD for short, has developed as an undercurrent in the object community. The premise of DDD is two-fold:
For most software projects, the primary focus should be on the domain and domain logic
Complex domain designs should be based on a model.
Domain-driven … Read More →
Most Docker images start from the Docker Hub, with its set of base OS images and application images built from them. With Docker’s layered architecture for images, the fact that typical images are 50MB to 100MB is not a major issue.
At the same time, there are uses for Docker where building from scratch is desirable, … Read More →