Skip to content

Commit

Permalink
Removed unwanted workflows
Browse files Browse the repository at this point in the history
Added Read Me
  • Loading branch information
MartinBelton-gov committed Dec 6, 2023
1 parent ad4e8ee commit fce922e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/al-test.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/test.yml

This file was deleted.

27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Grafana.Plugin.CostManagement
This is a Grafana datasource plugin to display Azure cost data

## Requirements

npm, mage, go, and any supported IDE for DEV running (suggested would be VS Code).

## Local Running

This requires a linux environment with npm, mage and go installed

###Build Steps

Clone the repos then cd dfe-azurecostbackend-datasource
npm install
npm run dev
mage -v build:linux

###Sign the Plugin

export GRAFANA_ACCESS_POLICY_TOKEN=your token created in the grafana cloud site
npx @grafana/sign-plugin@latest --rootUrls http://localhost:3000/

###Run Steps

Call: docker-compose up
Select the Azure Cost Datasource, confugure it then add it to a pannel

0 comments on commit fce922e

Please sign in to comment.