Skip to content

Commit e9c0579

Browse files
committed
Line edits
1 parent 624aaa7 commit e9c0579

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

learn-pr/azure/app-service-scale-up-scale-out/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this module, you use Azure App Service to scale a web app to match planned se
1111

1212
## Learning objectives
1313

14-
In this module, you will:
14+
In this module, you'll:
1515

1616
- Scale a web app in and out manually.
1717
- Scale a web app up and down.

learn-pr/azure/app-service-scale-up-scale-out/includes/3-exercise-scale-a-web-app-manually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The exercise also runs a client app that simulates several users issuing POST an
3131
| **Instance Details** | |
3232
| Name | *See Note before table.* Enter a unique name that you can remember for later in this exercise |
3333
| Publish | Code |
34-
| Runtime stack | .NET 6 (LTS)|
34+
| Runtime stack | .NET 9 (LTS)|
3535
| Operating System | Windows |
3636
| Region | Accept *default* |
3737
| **App Service Plan** | |

learn-pr/azure/app-service-scale-up-scale-out/includes/4-scale-up-a-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Scaling out enables you to run more instances of a web app. The resources availa
22

33
If you initially deploy a web app using a relatively cheap pricing tier, you might find the resources are sufficient to start with. But the resources might become too limited if demand for your web service grows, or if you add features that require more power. In this case, you can scale up to a more powerful pricing tier.
44

5-
In the hotel reservation system, you notice a steady increase in the number of visitors, beyond the variations caused by special offers or events. And your company is adding more features to the web app that require more resources. You're nearing the scale-out limits of your current App Service plan pricing tier, so you need to scale up to a tier that provides more instances and more powerful hardware.
5+
In the hotel reservation system, you notice a steady increase in the number of visitors, beyond the variations caused by special offers or events. Your company is adding more features to the web app that require more resources. You're nearing the scale-out limits of your current App Service plan pricing tier, so you need to scale up to a tier that provides more instances and more powerful hardware.
66

77
In this unit, you learn how to scale up the web app to meet the increasing resource requirements.
88

@@ -14,6 +14,6 @@ The different pricing tiers available for App Service plans offer various levels
1414

1515
You scale an App Service plan up and down by changing the pricing tier and hardware level that it runs on. You can start with the Free tier and scale up as needed according to your requirements. This process is manual. You can also scale down again if you no longer need the resources associated with a particular tier.
1616

17-
Scaling up can cause an interruption in service to client apps running at the time. They might need to disconnect from the service and reconnect if the scale-up occurs during an active call to the web app. And new connections might be rejected until scaling finishes. Also, scaling up can cause the outgoing IP addresses for the web app to change. If your web app depends on other services that have firewalls restricting incoming traffic, you need to reconfigure these services.
17+
Scaling up can cause an interruption in service to client apps running at the time. They might need to disconnect from the service and reconnect if the scale-up occurs during an active call to the web app. New connections might be rejected until scaling finishes. Also, scaling up can cause the outgoing IP addresses for the web app to change. If your web app depends on other services that have firewalls restricting incoming traffic, you need to reconfigure these services.
1818

1919
As with scale-out, you should monitor the performance of your system to ensure that scaling up or down has the desired effect. It's also important to understand that scale up and scale out can work cooperatively together. If you scale out to the maximum number of instances available for your pricing tier, you must scale up before you can scale out further.

learn-pr/azure/app-service-scale-up-scale-out/includes/6-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Use the Azure portal to delete the **mslearn-scale** resource group from your su
1111

1212
## Learn more
1313

14-
- [Azure App Service plan overview](/azure/app-service/overview-hosting-plans)
14+
- [What are Azure App Service plans?](/azure/app-service/overview-hosting-plans)
1515
- [Scale up an app in Azure](/azure/app-service/web-sites-scale)

learn-pr/azure/app-service-scale-up-scale-out/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ metadata:
1010
ms.service: azure-app-service
1111
manager: susanpotter
1212
title: Scale an App Service web app to efficiently meet demand with App Service scale up and scale out
13-
summary: Respond to periods of increased activity by incrementally increasing the resources available and then, to reduce costs, decreasing these resources when activity drops.
13+
summary: Respond to periods of increased activity by incrementally increasing the resources available. Then decreasing these resources when activity drops to reduce costs.
1414
abstract: |
15-
In this module, you will:
15+
In this module, you'll:
1616
- Scale a web app in and out manually.
1717
- Scale a web app up and down.
1818
prerequisites: |
19-
- Navigate the Azure portal.
19+
- Able to navigate the Azure portal.
2020
- Use the Azure portal to create a new App Service web app.
2121
iconUrl: /training/achievements/app-service-scale-up-scale-out.svg
2222
levels:

0 commit comments

Comments
 (0)