Dynamics User Group
Site
Search
User
Site
Search
User
Dynamics 365 Business Central/NAV User Group
Stefano Demiliani's NAV Blog
Forums
Blogs
Resources
Wikis
Events
Leaderboards
Members
Mentions
Tags
More
Cancel
New
Dynamics 365 Business Central/NAV User Group requires membership for participation - click to join (it's free)
Stefano Demiliani's NAV Blog
Home
Subscribe by email
More
Cancel
Posts RSS
Atom
More
Cancel
Monthly archive list
February 2021
(3)
January 2021
(5)
December 2020
(4)
November 2020
(4)
October 2020
(5)
September 2020
(6)
August 2020
(3)
July 2020
(9)
June 2020
(10)
May 2020
(4)
April 2020
(7)
March 2020
(10)
February 2020
(6)
January 2020
(5)
December 2019
(6)
November 2019
(7)
October 2019
(8)
September 2019
(7)
August 2019
(7)
July 2019
(3)
June 2019
(3)
May 2019
(3)
April 2019
(5)
March 2019
(4)
February 2019
(4)
January 2019
(6)
December 2018
(6)
November 2018
(3)
October 2018
(8)
September 2018
(5)
August 2018
(8)
July 2018
(6)
June 2018
(3)
May 2018
(5)
April 2018
(18)
March 2018
(30)
February 2018
(19)
January 2018
(8)
November 2017
(2)
September 2017
(2)
August 2017
(1)
March 2017
(4)
July 2016
(2)
June 2016
(2)
November 2015
(3)
October 2015
(8)
September 2015
(6)
Related
Related Tags
.NET
AL
Azure
Azure Functions
Books
Cloud
D365BC
DevOps
Docker
dynamics 365 business central
ERP
Extensions
gdpr
Microsoft
Microsoft Dynamics
MSDyn365BC
MSDynNAV
MVP
NAV
Personal
Powershell
Sandbox
SQL
Uncategorized
Visual Studio Code
Blog post list
Tags
Subscribe by email
More
Cancel
By date
By view count
By comment count
Descending
Ascending
Dynamics 365 Business Central: the impact of tableextensions
Stefano Demy
I think that everyone of you already knows that when working with Dynamics 365 Business Central, table extensions are killers for performances. But how much? That’s a question that I’ve also done to myself a lot of time when working with partners or when creating my own solutions. Is there a “deadline” for how many table extensions can I create for the same table in order to not kill my performances? In these days I was working on preparing a webcast for Microsoft WE (scheduled for late January) and for this webcast I’ve decided to create a small test myself to “mesasure” the impact…
2020-12-28
Mirror post
dynamics 365 business central
MSDyn365BC
D365BC
Cloud
ERP
208 views
0 comments
1 month ago
More
Cancel
Using Powershell to retrieve your Dynamics 365 Business Central telemetry
Stefano Demy
Telemetry, telemetry, telemetry… this is an hot topic in your developer’s and admin’s life in the cloud. We have talked a lot about using Application Insights for handling the telemetry data of your Dynamics 365 Business Central tenant running in the cloud and in the last events Microsoft, me and others (like my friend Duilio) explained how to use some important tools for querying your telemetry data, like: Log Analytics and KQL queries directly from the Azure Portal Jupyter Notebooks with Azure Data Studio and KQL queries directly from your desktop Power BI reports (see some samples here…
2020-12-16
Mirror post
dynamics 365 business central
Telemetry
MSDyn365BC
D365BC
Cloud
68 views
0 comments
2 months ago
More
Cancel
Dynamics 365 Business Central: per-tenant extensions changes
Stefano Demy
Do you remember this slide? This was (and is) one of my most shared slides ever (from me, from third-party partners and also from Microsoft’s PTS team). This explained common problems on using per-tenant extensions on a SaaS environment: Now things are changed and this slide must be updated (it’s overdue) Starting from Dynamics 365 Business Central version 17, per-tenant extensions (PTE) are now tenant-isolated . In version 17, two PTEs with the same Id deployed to different tenants will no longer be in conflict. This means that you can install a PTE with the same Id and version…
2020-12-3
Mirror post
dynamics 365 business central
MSDyn365BC
Extensions
D365BC
195 views
0 comments
2 months ago
More
Cancel
Moving Azure Functions from Consumption to Premium plans
Stefano Demy
In a demo at the Microsoft’s Reactor event in October I talked about the performance advantages on moving Azure Functions from Consumption to Premium plans when needed on certain scenarios. When you create a function app in Azure, you must choose a hosting plan for your app. There are three basic hosting plans available for Azure Functions: Consumption plan Premium plan Dedicated (App Service) plan (not mentioned in this post). The Azure Functions Premium plan (sometimes referred to as Elastic Premium plan) provides features like VNet connectivity, no cold start, and premium hardware…
2020-12-2
Mirror post
Serverless
Cloud
Azure Functions
Azure
164 views
0 comments
2 months ago
More
Cancel