skip to Main Content

No connection string provided (Azure Application Insights)

I new to Azure App Insights. I am trying to configure it in my Spring Boot + Kotlin application. So far, after reading the guides. I have added the dependency: <!-- https://mvnrepository.com/artifact/com.microsoft.azure/applicationinsights-runtime-attach --> <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>applicationinsights-runtime-attach</artifactId> <version>3.4.9</version> </dependency> and in…

VIEW QUESTION

Azure blob shared key creation 403 error getting

I wanted to create Azure blob container using python code using shared key Authorization, I am getting below error: b'xefxbbxbf<?xml version="1.0" encoding="utf-8"?><Error><Code>AuthenticationFailed</Code><Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.nRequestId:9e524b5e-301e-0051-4aa4-45750000nTime:2023-02-21T03:27:02.8384023Z</Message><AuthenticationErrorDetail>The…

VIEW QUESTION
Back To Top
Search