We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c621b commit 7bd36c8Copy full SHA for 7bd36c8
1 file changed
README.md
@@ -13,8 +13,16 @@ A Java 21 / Spring Boot enterprise access governance application that supports a
13
- Swagger / OpenAPI
14
- Docker / Docker Compose
15
- JUnit / Mockito
16
+## Live Azure Deployment
17
18
+Health check:
19
+
20
+https://access-request-platform.bluedesert-6a38596d.eastus2.azurecontainerapps.io/health
21
22
+Swagger UI:
23
24
+https://access-request-platform.bluedesert-6a38596d.eastus2.azurecontainerapps.io/swagger-ui/index.html
25
## Running with Docker
26
27
```bash
-docker compose up --build
28
+docker compose up --build
0 commit comments