Configure D365 fo and event grid
Overview on how to publish data entity changes from Dynamics Finance and Operations to Azure Event Grid. Step 1 In D365FO, Navigate to the Business Events Catalogue page Step 2 Navigate to the endpoints tab […]
Remembering Thoughts
Overview on how to publish data entity changes from Dynamics Finance and Operations to Azure Event Grid. Step 1 In D365FO, Navigate to the Business Events Catalogue page Step 2 Navigate to the endpoints tab […]
Often we need a fresh copy of the production database in another environment (eg DEV/TEST/UAT). Previously this was a tedious task involving getting a backup file, copying it to another location, restoring the database. Here […]
Cloud Adoption Framework For organisations just starting out their journey and those looking to better their governance structure, we facilitate and deliver the Microsoft Cloud Adoption Framework. This will give your organisation a future plan […]
Intro Recently I was asked to inspect and old VB.Net Windows Forms & SQL Server application to see determine its future life. Part of this technical review was analysing the code base and database structure. […]
Azure Global Bootcamp – 27th April 2019 Slides here
Predicting BS using ML.Net Machine learning is typically the realm for R/Python. But can .Net move into this space? In this talk we will run through Microsoft’s new ML.Net framework including what it currently offers, […]
In the previous post we built a machine learning model using ML.Net, in this post we will deploy the model to an Azure app and allow it to be used via a HTTP API Using […]
In this post we will build a prediction model using ML .Net to classify an individual bank transaction into a pre-defined group using the description text. We will then evaluate the effectiveness of the model […]
So what are we trying to do here? Hypothesis Given a users bank statement we will be able to predict (within a statistical confidence level ) the transactions within a period into categories & sub […]
The proposed solution sequence flow follows: Posts in this series Charge Id – scratching the tech itch [ part 1 ]Charge Id – lean canvas [ part 2 ]Charge Id – solution overview [ […]