Application Insights Amabassador for docker and kubernetes
- add this env variable to your terminal
APPLICATIONINSIGHTS_CONNECTION_STRING
, is the applications insights connection string. Without this the app cannot run.
to push an event into app insight/availability, you can use this endpoint:
With this json body (all fields are mandatory):
{
"id": "234",
"name": "localhost",
"message": "Questa è una prova",
"duration": 100,
"success": true,
"runLocation": "westeurope"
}
Inside the folder thunder-tests you can find the collection with tests for Thunder extension
To use docker compose for tests you can launch into the root folder this command (and force every time the docker build)
docker-compose up --build