Hi, It’s been a while since I last posted and i will post a quick one today. I have been working with LS Retail for more than two years now and I have been helping our partners on their journey to SaaS. We had a few partners complaining about deadlocks when running fully online POSes […]
Tag Archives: azure
Business Central telemetry – Exploring telemetry in Excel and using a template file
Two posts in a row. I’ve just shared a post on how to give access to an user that belongs to a different Azure Active Directory to somehow workaround the limitation of only being able to setup one Application Insights in the same environment. At LS Retail (an Aptos Company) I’ve been using telemetry to […]
Error importing NAV License in AzureSQL Database
When opening a database installed in AzureSQL, you may get this error: The database on the server requires a Per Database license to be opened on SQL Azure You must use Powershell to import the Dynamics NAV license. To import a license file to a AzureSQL database I used the following command: Import-NAVServerLicense DynamicsNAV100 -LicenseData ([Byte[]]$(Get-Content -Path […]