Skip to content

Commit 14d2778

Browse files
authored
Merge pull request #49641 from v-thpra/azure-triage-fix-1037360
Technical Review 1037360: Build a scalable application with Virtual Machine Scale Sets
2 parents 563fed5 + b4cb4ec commit 14d2778

18 files changed

+27
-27
lines changed

learn-pr/azure/build-app-with-scale-sets/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
prefetch-feature-rollout: true
88
title: Introduction
99
description: Introduction
10-
ms.date: 04/03/2024
10+
ms.date: 03/24/2025
1111
author: ju-shim
1212
ms.author: jushiman
1313
ms.reviewer: mimckitt

learn-pr/azure/build-app-with-scale-sets/2-features-benefits-virtual-machine-scale-sets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
prefetch-feature-rollout: true
88
title: Features and benefits of Virtual Machine Scale Sets
99
description: Features and benefits of Virtual Machine Scale Sets
10-
ms.date: 04/03/2024
10+
ms.date: 03/24/2025
1111
author: ju-shim
1212
ms.author: jushiman
1313
ms.reviewer: mimckitt

learn-pr/azure/build-app-with-scale-sets/3-exercise-deploy-scale-set-azure-portal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
prefetch-feature-rollout: true
88
title: Exercise - Deploy a scale set in the Azure portal
99
description: Exercise - Deploy a scale set in the Azure portal
10-
ms.date: 04/03/2024
10+
ms.date: 03/24/2025
1111
author: ju-shim
1212
ms.author: jushiman
1313
ms.reviewer: mimckitt

learn-pr/azure/build-app-with-scale-sets/4-configure-virtual-machine-scale-set.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
prefetch-feature-rollout: true
88
title: Configure a Virtual Machine Scale Set
99
description: Configure a Virtual Machine Scale Set
10-
ms.date: 04/03/2024
10+
ms.date: 03/24/2025
1111
author: ju-shim
1212
ms.author: jushiman
1313
ms.reviewer: mimckitt

learn-pr/azure/build-app-with-scale-sets/5-exercise-configure-virtual-machine-scale-set.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
prefetch-feature-rollout: true
88
title: Exercise - Configure a Virtual Machine Scale Set
99
description: Exercise - Configure a Virtual Machine Scale Set
10-
ms.date: 04/03/2024
10+
ms.date: 03/24/2025
1111
author: ju-shim
1212
ms.author: jushiman
1313
ms.reviewer: mimckitt

learn-pr/azure/build-app-with-scale-sets/6-install-update-applications-virtual-machine-scale-sets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
prefetch-feature-rollout: true
88
title: Install and update applications in Virtual Machine Scale Sets
99
description: Install and update applications in Virtual Machine Scale Sets
10-
ms.date: 04/03/2024
10+
ms.date: 03/24/2025
1111
author: ju-shim
1212
ms.author: jushiman
1313
ms.reviewer: mimckitt

learn-pr/azure/build-app-with-scale-sets/7-exercise-update-applications-virtual-machine-scale-sets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
prefetch-feature-rollout: true
88
title: Exercise - Update applications in Virtual Machine Scale Sets
99
description: Exercise - Update applications in Virtual Machine Scale Sets
10-
ms.date: 04/03/2024
10+
ms.date: 03/24/2025
1111
author: ju-shim
1212
ms.author: jushiman
1313
ms.reviewer: mimckitt

learn-pr/azure/build-app-with-scale-sets/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: Knowledge check
9-
ms.date: 04/03/2024
9+
ms.date: 03/24/2025
1010
author: v-tcassi
1111
ms.author: tomcassidy
1212
ms.topic: unit

learn-pr/azure/build-app-with-scale-sets/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
prefetch-feature-rollout: true
88
title: Summary
99
description: Summary
10-
ms.date: 04/03/2024
10+
ms.date: 03/24/2025
1111
author: ju-shim
1212
ms.author: jushiman
1313
ms.reviewer: mimckitt

learn-pr/azure/build-app-with-scale-sets/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Managing virtual machines at scale can be a challenge, especially when usage patterns vary and demands on applications fluctuate. You want to be able to adjust your virtual machine resources to match demands. At the same time, you might want to keep the virtual machine configuration consistent to ensure application stability. Achieving these goals means you maintain throughput and responsiveness while minimizing the costs of continually running a large collection of virtual machines.
1+
Managing virtual machines at scale can be a challenge, especially when usage patterns vary, and demands on applications fluctuate. You want to be able to adjust your virtual machine resources to match demands. At the same time, you might want to keep the virtual machine configuration consistent to ensure application stability. Achieving these goals means you maintain throughput and responsiveness while minimizing the costs of continually running a large collection of virtual machines.
22

33
Imagine that you work for a domestic shipping company. Your customers use one of the company's websites to manage and check the status of their shipments. This website is deployed to virtual machines and hosted on-premises. You noticed that increased usage on the site is straining the virtual machines' resources. However, you can't adjust to load fluctuations without manually intervening and creating or deallocating virtual machines.
44

0 commit comments

Comments
 (0)