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
January 2021
(3)
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
Sending Azure Alerts to Dynamics 365 Business Central
Stefano Demy
When working with Dynamics 365 Business Central (but also on Azure applications in general) it’s a best and recommended practice to send telemetry data to the Azure Application Insights service for centralize monitoring. I’ve talked about that in the past here . Have you ever received the request to monitor some Azure Resources directly from inside Dynamics 365 Business Central and be able to collect metrics from Azure for statistical purposes inside your ERP? Yes, I have also this request on my “strange ideas” collection and this post describes a possible solution for this absolutely uncommon…
2020-5-25
Mirror post
DevOps
dynamics 365 business central
MSDyn365BC
D365BC
Cloud
527 views
0 comments
7 months ago
More
Cancel
365 Saturday: Business Central Day
Stefano Demy
For the first time, this Saturday (May, 23) 365 Saturday will host a full day event totally dedicated to Dynamics 365 Business Central . The agenda below will take place according to GMT 0 Timezone respectively: 8:00 – Track Inventory with Item Tracking – Bandam Sairam 9:00 – Handling your Dynamics 365 Business Central SaaS tenant – Stefano Demiliani 10:00 – Business Central Flash Methodology – Paul Soliman 11:00 – Accountant’s Hub for Business Central – Olister Rumao 12:00 – Document Automation for Business Central – Fabian Huber 13:00 – Using the right D365BC setup to support different…
2020-5-20
Mirror post
NAV
Webcasts
Conference
dynamics 365 business central
Webcast
347 views
0 comments
7 months ago
More
Cancel
Read-scale out with Azure SQL and Dynamics 365 Business Central
Stefano Demy
In the last month I had the chance to test the read-scale out feature of an Azure SQL Database with Dynamics 365 Business Central. Others have talked about this opportunity in the past and I want to share here my experience. The Read Scale-Out feature permits you to have a read-only replica of your Azure SQL database and use that replica to perform read-only queries instead of using the main instance and so without affecting its performance. This feature is enabled by default on Premium , Business Critical and Hyperscale service tiers. Read Scale-Out cannot be enabled in Basic , Standard…
2020-5-15
Mirror post
SQL
dynamics 365 business central
MSDyn365BC
Extensions
AL
181 views
0 comments
8 months ago
More
Cancel
Dynamics 365 Business Central: AL and the internalsVisibleTo property
Stefano Demy
Yesterday I was talking with a partner that developed an extension with a quite complex logic declared in a codeunit with visibility = Internal (so the object can be accessed only by code in the same module, but not from another module). Now they have created a new extension (dependent from the previous) and they would like to reuse the business logic declared on the main extension in this new app. They have changed the access level of the codeunit in the main app but doing this they had immediately a blocking problem: they don’t want to expose all their methods to the external world! How…
2020-5-8
Mirror post
dynamics 365 business central
Visual Studio Code
MSDyn365BC
Extensions
AL
280 views
0 comments
8 months ago
More
Cancel