You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ In this sample app template of the PetClinic Microservices application (a Spring
4
4
5
5
## Deploy Spring Boot apps using Azure Services:
6
6
7
-
--
7
+
---
8
8
Tech stack:
9
9
10
10
- Azure
@@ -34,7 +34,7 @@ Tech stack:
34
34
This is a quickstart template. It deploys the following:
35
35
36
36
* Deploying PetClinic App:
37
-
*Postgres SQL Database configuration
37
+
*PostgreSQL Database configuration
38
38
* Provisioning Azure Infra Services with BICEP
39
39
* Create the Microservices Spring-Petclinic - build with Maven
40
40
* Create an Azure Container Registry
@@ -61,15 +61,15 @@ This is a quickstart template. It deploys the following:
61
61
1. Fork the repository by clicking the 'Fork' button on the top right of the page.
62
62
This creates a local copy of the repository for you to work in.
63
63
64
-
2. Configure GITHUB Actions: Follow the instructions in the [GITHUB_ACTIONS_CONFIG.md file](https://github.com/Azure-Samples/app-templates-springboot-microservices-on-AKS/blob/main/.github/GITHUB_ACTIONS_CONFIG.md) (Located in the .github folder.)
64
+
2. Configure GITHUB Actions: Follow the instructions in the [GITHUB_ACTIONS_CONFIG.md file](.github/GITHUB_ACTIONS_CONFIG.md) (Located in the .github folder.)
65
65
66
66
3. Run the workflow
67
-
* If workflows are enabled for this repository it should run automatically. To enable the workflow run automatically, Go to Actions and enable the workflow if needed.
68
-
* Workflow can be manually run
69
-
+ Under your repository name, click Actions .
70
-
+ In the left sidebar, click the workflow "Build and Deploy Application".
71
-
+ Above the list of workflow runs, select Run workflow .
72
-
+ Use the Branch dropdown to select the workflow's main branch, Click Run workflow .
67
+
* If workflows are enabled for this repository it should run automatically. To enable the workflow run automatically, Go to Actions and enable the workflow if needed.
68
+
* Workflow can be manually run
69
+
+ Under your repository name, click Actions .
70
+
+ In the left sidebar, click the workflow "Build and Deploy Application".
71
+
+ Above the list of workflow runs, select Run workflow .
72
+
+ Use the Branch dropdown to select the workflow's main branch, Click Run workflow .
73
73
74
74
75
75
# Pet Clinic Website
@@ -83,7 +83,7 @@ Congratulations! Now you have your containerized Java Sping Boot App deployed on
83
83
84
84
4. If you wish to view the PetClinic Deployment, you have the following options:
85
85
86
-
- Log into the Azure Portal
87
-
- Nagivate the the "petclinic_spoke_eastus" Resource Group
88
-
- Select the AKS Cluster
89
-
- At the top of the page select "Connect" and follow the instructions listed on the Connect to AKS-petclinic
86
+
- Log into the Azure Portal
87
+
- Nagivate the the "petclinic_spoke_eastus" Resource Group
88
+
- Select the AKS Cluster
89
+
- At the top of the page select "Connect" and follow the instructions listed on the Connect to AKS-petclinic
0 commit comments