Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fangjian0423/asa-admin
https://github.com/fangjian0423/asa-admin
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fangjian0423/asa-admin
- Owner: fangjian0423
- Created: 2023-08-15T04:16:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T07:54:43.000Z (about 1 year ago)
- Last Synced: 2023-08-29T13:12:30.696Z (about 1 year ago)
- Language: Bicep
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Java CI with Maven](https://github.com/fangjian0423/asa-admin/actions/workflows/maven.yml/badge.svg)](https://github.com/fangjian0423/asa-admin/actions/workflows/maven.yml)
# Introduction - Azure Spring Apps Admin
Spring Boot Admin Server is an application for managing and monitoring microservice applications.
This repository maintains a customized Spring Boot Admin Server - **Azure Spring Apps Admin**, which did some enhancements beyond community Spring Boot Admin.
# What's the benefit of Azure Spring Apps Admin
1. Integrated with Azure Active Directory to secure your dashboard
2. Easily deploy with one click Azure Spring Apps button instead of multiple Azure commands
3. Fully compatible with community Spring Boot Admin# Run Azure Spring Apps Admin on Azure Spring Apps
To deploy Spring Boot Admin to Azure Spring Apps using the Azure Spring Apps button, you need below prerequisites:
- An Azure subscription
- An Azure AD administrative roles user
- Azure Service Principal client id to enable Azure Active Directory - Adding AAD_CLIENT_ID environment variable
- Azure Service Principal client secret to enable Azure Active Directory - Adding AAD_CLIENT_SECRET environment variable
- Azure Service Principal tenant id to enable Azure Active Directory - Adding AAD_TENANT_ID environment variableThen, you can run this Azure Spring Apps Admin by one click button:
After finish deployment, you will redirect the application endpoint, then to do oauth2 login.
If you meet below error, please refer [Add a redirect URI](https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#add-a-redirect-uri) to add a redirect url:
![](assets/aad-login.png)
After everything deploy successful, managing and monitoring your apps via Azure Spring Apps Admin.
![](assets/dashboard.png)