skip to Main Content

In Java, Azure applicationinsights starter dependency not compatible with spring boot 3.x.x

I wanted to integrate application insights into my spring boot application**(v3.x.x)** and for that I have used below dependency in my build.gradle. implementation 'com.microsoft.azure:applicationinsights-spring-boot-starter:2.6.4' In my controller, I have injected TelemetryClient bean like: @RestController @RequestMapping("/") public class UserController { @Autowired…

VIEW QUESTION

Azure – Auto create table in ADF copy activity for ODBC Sink Dataset (Not Working)

I am trying to perform copy activity between ADLS dataset and ODBC sync dataset (POSTGRESQL) But, table is not creating automatically in target dataset and error coming like Failure happened on 'Sink' side. ErrorCode=UserErrorOdbcOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ERROR [42P01] ERROR: relation "semantic_dev.dim_storage_location" does not…

VIEW QUESTION

Azure – vs_buildtools.exe The application cannot find one of its required files, possibly because it was unable to create it in the folder

I have a Windows VM on Azure. On startup it runs powershell script: Start-Process cmd.exe -ArgumentList "/c whoami.exe 1> c:whoami.log 2>&1" -wait $tempPath = "$env:TEMP" $exePath = "$tempPathvs_buildtools.exe" Invoke-WebRequest -Uri https://aka.ms/vs/17/release/vs_BuildTools.exe -UseBasicParsing -OutFile $exePath Start-Process cmd.exe -ArgumentList "/c $exePath --quiet…

VIEW QUESTION
Back To Top
Search