{"id":16431162,"url":"https://github.com/wictorwilen/application-insights-action","last_synced_at":"2025-03-23T07:34:45.991Z","repository":{"id":39874465,"uuid":"266307641","full_name":"wictorwilen/application-insights-action","owner":"wictorwilen","description":"A Github Action that creates Deployment annoations in Application Insights","archived":false,"fork":false,"pushed_at":"2022-12-11T07:11:44.000Z","size":497,"stargazers_count":9,"open_issues_count":6,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T07:17:59.949Z","etag":null,"topics":["actions","application-insights","github"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wictorwilen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-23T09:51:43.000Z","updated_at":"2024-02-01T04:11:59.000Z","dependencies_parsed_at":"2023-01-11T17:21:48.065Z","dependency_job_id":null,"html_url":"https://github.com/wictorwilen/application-insights-action","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"aadcce7ac07f2d53ba50731fd83ec603e508afa4"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wictorwilen%2Fapplication-insights-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wictorwilen%2Fapplication-insights-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wictorwilen%2Fapplication-insights-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wictorwilen%2Fapplication-insights-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wictorwilen","download_url":"https://codeload.github.com/wictorwilen/application-insights-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245072302,"owners_count":20556353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","application-insights","github"],"created_at":"2024-10-11T08:29:19.800Z","updated_at":"2025-03-23T07:34:45.646Z","avatar_url":"https://github.com/wictorwilen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Application Insights Deploy Annotation Action\n\nA Github Action that creates Deployment annoations in Application Insights\n\n![.github/workflows/test.yml](https://github.com/wictorwilen/application-insights-action/workflows/.github/workflows/test.yml/badge.svg)\n\nThis action allows you to add annotations to the Application Insights timeline so that you with ease can correlate any issues or changes to specific deployments.\n\n![Annotation sample](assets/annotation-sample.jpg)\n\n## Setup\n\nYou need the *Application Id* for your Application Insights instance as well as an *API key*. These values are found in the *API Access* tab. The *API key* is created by selecting *Create API key* and then typing a description and selecting *Write Annotations*. After selecting *Generate key* you will get the generated *API key*. It is strongly recommended to add these two as [Github secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) and not reference them directly in your workflow.\n\n## Inputs\n\nThe action accepts the following inputs:\n\n* **applicationId** - The Application Id of Application Insights\n* **apiKey** - An Application Insights API Key with *Write Annotations* permissions\n* **releaseName** - The release name to use in the annotation\n* **message** - An optional message\n* **actor** - Text to use as created by in the annotation\n\n## Sample configuration\n\n``` yaml\n- name: Annotate deployment\n  uses: wictorwilen/application-insights-action@v1\n  id: annotation\n  with:\n    applicationId: ${{ secrets.APPLICATION_ID }}\n    apiKey: ${{secrets.API_KEY}}\n    releaseName: ${{ github.event_name }}\n    message: ${{ github.event.head_commit.message }}\n    actor: ${{ github.actor }}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwictorwilen%2Fapplication-insights-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwictorwilen%2Fapplication-insights-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwictorwilen%2Fapplication-insights-action/lists"}