Skip to content

Commit 835048c

Browse files
committed
update 05-azure-static
1 parent f85ee8e commit 835048c

42 files changed

Lines changed: 4806 additions & 2687 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

07-cloud/99-bonus/05-azure-static/.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
skip_app_build: true
3535
skip_api_build: true
3636
env:
37-
NODE_VERSION: 20.17.0
37+
NODE_VERSION: 22.13.0

07-cloud/99-bonus/05-azure-static/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,21 @@ Configure the app:
3535

3636
![Configure the app](./readme-resources/03-configure-new-static-web.png)
3737

38+
Build details:
39+
40+
![Build details](./readme-resources/04-build-details.png)
41+
3842
Review and create:
3943

40-
![Review and create](./readme-resources/04-review-and-create.png)
44+
![Review and create](./readme-resources/05-review-and-create.png)
4145

4246
Once we click on `Create`, Azure will create automatically a new Github Workflow in your repository like:
4347

44-
![Automatically added Github Workflow](readme-resources/05-automatically-added-github-workflow.png)
48+
![Automatically added Github Workflow](readme-resources/06-automatically-added-github-workflow.png)
4549

4650
And a new `Action Secret`:
4751

48-
![Automatically added Action Secret](readme-resources/06-automatically-added-action-secret.png)
52+
![Automatically added Action Secret](readme-resources/07-automatically-added-action-secret.png)
4953

5054
Let's download the new repository changes to local:
5155

@@ -94,7 +98,7 @@ jobs:
9498
skip_app_build: true
9599
skip_api_build: true
96100
env:
97-
NODE_VERSION: 20.17.0
101+
NODE_VERSION: 22.13.0
98102

99103
```
100104

0 commit comments

Comments
 (0)