Skip to content

Commit 88a0b0b

Browse files
authored
Merge pull request #49481 from lootle1/MR76
Technical Review 1023962: Publish an Angular, React, Svelte, or Vue J…
2 parents 58255f8 + b8c4ac3 commit 88a0b0b

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

learn-pr/azure/publish-app-service-static-web-app-api/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Introduction
77
description: Publish an Azure Static Web App
8-
ms.date: 11/18/2022
8+
ms.date: 03/12/2025
99
author: johnpapa
1010
ms.author: jopapa
1111
ms.topic: unit

learn-pr/azure/publish-app-service-static-web-app-api/12-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Summary
77
description: Summary
8-
ms.date: 11/18/2022
8+
ms.date: 03/12/2025
99
author: johnpapa
1010
ms.author: jopapa
1111
ms.topic: unit

learn-pr/azure/publish-app-service-static-web-app-api/2-exercise-get-started.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Exercise - Get started
77
description: Exercise - Get started
8-
ms.date: 11/18/2022
8+
ms.date: 03/12/2025
99
author: johnpapa
1010
ms.author: jopapa
1111
ms.topic: unit

learn-pr/azure/publish-app-service-static-web-app-api/3-static-web-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Plan your Azure Static Web App
77
description: Plan your Azure Static Web App
8-
ms.date: 11/18/2022
8+
ms.date: 03/12/2025
99
author: johnpapa
1010
ms.author: jopapa
1111
ms.topic: unit

learn-pr/azure/publish-app-service-static-web-app-api/4-exercise-static-web-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Exercise - Create an Azure Static Web App
77
description: Exercise - Create an Azure Static Web App
8-
ms.date: 11/18/2022
8+
ms.date: 03/12/2025
99
author: johnpapa
1010
ms.author: jopapa
1111
ms.topic: unit

learn-pr/azure/publish-app-service-static-web-app-api/includes/1-introduction.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Your company is launching a shopping list web app. Through the site, customers can add, edit, view, and remove items such as food and household needs from their list.
44

5-
The site and APIs need to be secure to ensure customer privacy. Your users will be distributed all over the world, and you want everyone to get great performance. Youd prefer a solution that removes as much of the infrastructure work, including building and publishing, as possible so you can concentrate on features and user experience.
5+
The site and APIs need to be secure to ensure customer privacy. Your users will be distributed all over the world, and you want everyone to get great performance. You'd prefer a solution that removes as much of the infrastructure work, including building and publishing, as possible so you can concentrate on features and user experience.
66

7-
You could deploy your web assets to cloud storage, create, and assign your own SSL certificate, create your API on a cloud server, establish a reverse proxy that allows your app to make calls to the API, distribute the app globally, and set up your own CI/CD process.
7+
You could deploy your web assets to cloud storage, create and assign your own SSL certificate, create your API on a cloud server, establish a reverse proxy that allows your app to make calls to the API, distribute the app globally, and set up your own CI/CD process.
88

99
When you use Azure Static Web Apps, you get all of this out of the box.
1010

@@ -33,23 +33,23 @@ Azure Static Web Apps is ideal for serving purely static content, but it also ha
3333
In this module's exercises, you'll deploy an app using your preferred web framework.
3434

3535
> [!NOTE]
36-
> You'll be deploying an app, without an API in this module. See the Next Steps section in the final unit for information about the next module, where you'll deploy an API alongside your app.
36+
> You'll be deploying an app without an API in this module. See the Next Steps section in the final unit for information about the next module, where you'll deploy an API alongside your app.
3737
3838
### Key features
3939

40-
- **Globally distributed web hosting** puts static content like HTML, CSS, JavaScript, and images closer to your users
41-
- **Integrated API** support provided by Azure Functions
40+
- **Globally distributed web hosting** puts static content like HTML, CSS, JavaScript, and images closer to your users.
41+
- **Integrated API** support provided by Azure Functions.
4242
- **First-class GitHub and Azure DevOps integration** where repository changes trigger builds and deployments.
43-
- **Free SSL certificates**, which are automatically renewed
44-
- **Unique preview URLs** for previewing pull requests
43+
- **Free SSL certificates**, which are automatically renewed.
44+
- **Unique preview URLs** for previewing pull requests.
4545

4646
## Learning objectives
4747

4848
In this module, you'll create, modify, and deploy a web app to Azure Static Web Apps.
4949

5050
### Choose your own path
5151

52-
This module provides four variations of the sample application for you to choose from: Angular, React, Svelte, and Vue. The power of Azure Static Web Apps is that all of these flavors "just work".
52+
This module provides four variations of the sample application for you to choose from: Angular, React, Svelte, and Vue. The power of Azure Static Web Apps is that all of these flavors "just work."
5353

5454
The starter code includes the four apps that you'll use.
5555

@@ -66,7 +66,7 @@ After you choose your client application, you'll:
6666

6767
- Build and run your front-end application.
6868
- Automatically build and deploy your web app to Azure from a GitHub repository with GitHub Actions.
69-
- Finally, you'll explore and launch your application, as follows.
69+
- Explore and launch your application, as follows.
7070

7171
::: zone pivot="angular"
7272

learn-pr/azure/publish-app-service-static-web-app-api/includes/12-summary.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
You needed to build a shopping list web app that is secure and offers good performance for a globally distributed customer base. Your primary concerns were to limit the amount of infrastructure work and focusing on the business features and user experience.
22

3-
Azure Static Web Apps are a great fit for this scenario:
3+
Azure Static Web Apps is a great fit for this scenario:
44

5-
- Performance and Scale: Your web assets are globally distributed, putting them closer to your users, to minimize latency, and business logic is run on Azure Functions that scale automatically to meet demand.
5+
- Performance and Scale: Your web assets are globally distributed, putting them closer to your users, to minimize latency. Business logic is run on Azure Functions that scale automatically to meet demand.
66
- Productivity: You get an automated build pipeline with CI/CD.
77
- Security: The web app is secured with an SSL certificate.
88

9-
Without Azure Static Web Apps, you could deploy your web assets to cloud storage, create, and assign your own SSL certificate, create your API, establish a reverse proxy that allows your app to make calls to the API, distribute the app globally, and set up your own CI/CD process.
9+
Without Azure Static Web Apps, you could deploy your web assets to cloud storage, create and assign your own SSL certificate, create your API, establish a reverse proxy that allows your app to make calls to the API, distribute the app globally, and set up your own CI/CD process.
1010

11-
Azure Static Web Apps gives you all of these benefits. This lets you spend your time on building new features and optimizing the user experience rather than creating and maintaining site infrastructure.
11+
Azure Static Web Apps gives you all of these benefits. They let you spend your time on building new features and optimizing the user experience rather than creating and maintaining site infrastructure.
1212

13-
## Additional resources
13+
## More resources
1414

1515
Here are several resources where you can learn more about Azure Static Web Apps, Visual Studio Code, and other concepts covered in this module.
1616

learn-pr/azure/publish-app-service-static-web-app-api/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Publish an Angular, React, Svelte, or Vue JavaScript app with Azure Static Web Apps
77
description: Publish an Angular, React, Svelte, or Vue JavaScript app with Azure Static Web Apps. Use Visual Studio Code to create and run the web app locally.
8-
ms.date: 11/18/2022
8+
ms.date: 03/12/2025
99
author: johnpapa
1010
ms.author: jopapa
1111
ms.topic: module-standard-task-based
@@ -15,9 +15,9 @@ title: Publish an Angular, React, Svelte, or Vue JavaScript app with Azure Stati
1515
summary: Automatically deploy and update a static web application from a GitHub repository.
1616
abstract: |
1717
In this module, you will:
18-
- Choose an existing web app project with either Angular, React, Svelte or Vue
19-
- Run the application locally
20-
- Publish the app to Azure Static Web Apps
18+
- Choose an existing web app project with either Angular, React, Svelte or Vue.
19+
- Run the application locally.
20+
- Publish the app to Azure Static Web Apps.
2121
prerequisites: |
2222
- Familiarity with one of Angular, React, Svelte, or Vue
2323
- [Git](https://www.git-scm.com/downloads)

0 commit comments

Comments
 (0)