azure/Online Experimentation Analysis
Download the latest analysis results for an online experiment of an Azure App Configuration feature flag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 4, 2025
- License
- MIT
Pinned Snippet
uses: azure/online-experimentation-analysis@539137c55307c7290ef01892366097a53f65c7ab # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| subscription-id | The subscription ID of the Log Analytics workspace. | yes | — |
| resource-group | The resource group of the Log Analytics workspace. | yes | — |
| log-analytics-workspace | The name of the Log Analytics workspace. | yes | — |
| app-configuration-feature-flag | The App Configuration feature flag of the experiment. | yes | — |
| app-configuration-label | The App Configuration label. Default to no label. | no | — |
| metric-category-order | The analysis summary displays metrics grouped by their categories. This input specifies the display order of metric categories as a comma separated list. Unspecified categories are appended in alphabetical order, followed by the group of uncategorized metrics. Default: ''. | no | "" |
| lookback-days | The number of previous days to search the Log Analytics workspace for the latest analysis results. Default: 30. | no | 30 |
| github-actions-summary | If the analysis summary should be displayed in the GitHub Action job summary. Default: true. | no | true |
Outputs
| name | description |
|---|---|
| analysis-start-time | The start time of the analysis (ISO 8601 format). |
| analysis-end-time | The end time of the analysis (ISO 8601 format). |
| summary-md | Summary of the analysis results (GitHub Flavored Markdown format). |