First question – is it possible to access Deputy Payroll API with only the permanent/anonymous token? If not, probably don’t need to read the rest. I have been tasked with moving data from a Deputy Payroll API to an Azure SQL ...
Home/azure
Softans Latest Questions
I am trying to calculate the distance between two coordinates across the Atlantic Ocean using the Azure Maps routing service. Unfortunately I always get the following error: { ...
Situation: Every day a bunch of JSON files are generated and put into Azure BLOB storage. Also every day an Azure data factory copy jobs makes a look up in the blob storage and does a “Filter by last modified”: Start ...
To run a Kotlin script one needs to execute: kotlinc -script myScript.kts Do I need to download the Kotlin command-line compiler to have access to it, or there is an easier way?