Skip to content

Commit 521fb33

Browse files
authored
Merge branch 'main' into main
2 parents 46bad8c + 4edde1b commit 521fb33

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/GITHUB_ACTIONS_CONFIG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ The newly created GitHub repo uses GitHub Actions to deploy Azure resources and
2525
```
2626
2. Store the output JSON as the value of a GitHub secret named 'AZURE_CREDENTIALS'
2727
+ Under your repository name, click Settings.
28-
+ In the "Security" section of the sidebar, select Secrets, and Actions.
28+
+ In the "Security" section of the sidebar, select Secrets. Make sure you select Actions in Secrets.
2929
+ At the top of the page, click New repository secret
3030
+ Provide the secret name as AZURE_CREDENTIALS
3131
+ Add the output JSON as secret value
3232
33-
### Rewuired Parameter Definitions
33+
### Required Parameter Definitions
3434
3535
3. The following parameters are required.
3636
@@ -49,15 +49,15 @@ The newly created GitHub repo uses GitHub Actions to deploy Azure resources and
4949
5050
+ Select Role Assignments.
5151
52-
+ Type in the name of your Service Principle, check the access levels.
52+
+ Type in the name of your Service Principal, check the access levels.
5353
5454
+ Since you just created it, the Service Principal will have Contributor Access.
5555
5656
+ In the Top Menu...Click "+Add", and select App Role Assignment from the drop down menu...
5757
5858
+ In the Role Serach Box.... type "User Access Administrator"
5959
60-
+ In the Details column, click "View"
60+
+ In the Details column, click "View" to review permissions to be assigned.
6161
6262
+ At the bottom of the page, click "Select Role"
6363

.github/workflows/deploy-JavaAKSBicep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
uses: actions/setup-java@v3
207207
with:
208208
java-version: '11'
209-
distribution: 'adopt'
209+
distribution: 'microsoft'
210210
- name: azure login
211211
uses: azure/login@v1
212212
with:
@@ -216,4 +216,4 @@ jobs:
216216
with:
217217
inlineScript: |
218218
az deployment group create -g ${{ env.SPOKE_RG }} -f ./src/main.bicep
219-
azPSVersion: "latest"
219+
azPSVersion: "latest"

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this sample app template of the PetClinic Microservices application (a Spring
44

55
## Deploy Spring Boot apps using Azure Services:
66

7-
--
7+
---
88
Tech stack:
99

1010
- Azure
@@ -34,7 +34,7 @@ Tech stack:
3434
This is a quickstart template. It deploys the following:
3535

3636
* Deploying PetClinic App:
37-
* Postgres SQL Database configuration
37+
* PostgreSQL Database configuration
3838
* Provisioning Azure Infra Services with BICEP
3939
* Create the Microservices Spring-Petclinic - build with Maven
4040
* Create an Azure Container Registry
@@ -61,15 +61,15 @@ This is a quickstart template. It deploys the following:
6161
1. Fork the repository by clicking the 'Fork' button on the top right of the page.
6262
This creates a local copy of the repository for you to work in.
6363

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.)
6565

6666
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 .
7373

7474

7575
# Pet Clinic Website
@@ -83,7 +83,7 @@ Congratulations! Now you have your containerized Java Sping Boot App deployed on
8383

8484
4. If you wish to view the PetClinic Deployment, you have the following options:
8585

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

Comments
 (0)