https://github.com/yesoreyeram/grafana-azure
https://github.com/yesoreyeram/grafana-azure
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yesoreyeram/grafana-azure
- Owner: yesoreyeram
- Created: 2020-12-26T11:02:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T00:32:52.000Z (over 4 years ago)
- Last Synced: 2025-01-11T12:47:55.917Z (5 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grafana - Azure
## Installing Grafana in Azure
This setup allows you to create a full grafana in azure. Features
* Grafana running as Azure web app using Linux App Service Plan
* Persistent data using Azure MySQL
* Provisioned with custom plugins
* Grafana authentication by Azure AD with user roles
* Authentication form disabled and direct SSO Login
* Can be customized through Azure Resource Manager Template (ARM Template)
* Secrets stored in Azure key vault for reference
* Using official grafana docker image### Usage
```bash
./install.sh
```**Example** The command `./install.sh grafana-instance-name xxxx-xxxx-xxxx-xxxx 7.3.3` will create **https://grafana-instance-name.azurewebsites.net/** using grafana `7.3.3` on subscription `xxxx-xxxx-xxxx-xxxx`.