You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/autoscale/autoscale-get-started.md
+6-24Lines changed: 6 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,23 @@ description: "Learn how to scale your resource web app, cloud service, virtual m
4
4
author: EdB-MSFT
5
5
ms.author: edbaynash
6
6
ms.topic: conceptual
7
-
ms.date: 04/05/2022
7
+
ms.date: 02/16/2022
8
8
ms.subservice: autoscale
9
9
ms.reviewer: akkumari
10
10
---
11
11
# Get started with autoscale in Azure
12
12
13
-
This article describes how to set up your autoscale settings for your resource in the Azure portal.
13
+
This article describes how to configure the autoscale settings for your resource in the Azure portal.
14
14
15
-
Azure Monitor autoscale applies only to [Azure Virtual Machine Scale Sets](https://azure.microsoft.com/services/virtual-machine-scale-sets/), [Azure Cloud Services](https://azure.microsoft.com/services/cloud-services/), [Azure App Service - Web Apps](https://azure.microsoft.com/services/app-service/web/), and [Azure API Management](../../api-management/api-management-key-concepts.md).
15
+
Azure autoscale supports many resource types. For more information about supported resources, see [autoscale supported resources](./autoscale-overview.md#supported-services-for-autoscale).
16
16
17
17
## Discover the autoscale settings in your subscription
To discover all the resources for which autoscale is applicable in Azure Monitor, follow these steps.
22
22
23
-
1. Open the [Azure portal.][1]
23
+
1. Open the [Azure portal.](https://portal.azure.com)
24
24
1. Select the Azure Monitor icon at the top of the page.
25
25
26
26
[](./media/autoscale-get-started/click-on-monitor-1.png#lightbox)
@@ -51,7 +51,7 @@ To discover all the resources for which autoscale is applicable in Azure Monitor
51
51
52
52
Let's now go through a step-by-step walkthrough to create your first autoscale setting.
53
53
54
-
1. Open the **Autoscale** pane in Azure Monitor and select a resource that you want to scale. The following steps use an App Service plan associated with a web app. You can [create your first ASP.NET web app in Azure in 5 minutes.][5]
54
+
1. Open the **Autoscale** pane in Azure Monitor and select a resource that you want to scale. The following steps use an App Service plan associated with a web app. You can [create your first ASP.NET web app in Azure in 5 minutes.](../../app-service/quickstart-dotnetcore.md)
55
55
1. The current instance count is 1. Select **Custom autoscale**.
56
56
57
57
[](./media/autoscale-get-started/manual-scale-04.png#lightbox)
@@ -108,7 +108,7 @@ You can set your scale differently for specific dates.
108
108
109
109
Whenever your resource is scaled up or down, an event is logged in the activity log. You can view the scale history of your resource for the past 24 hours by switching to the **Run history** tab.
110
110
111
-
![Screenshot that shows a Run history screen.][12]
111
+

112
112
113
113
To view the complete scale history for up to 90 days, select **Click here to see more details**. The activity log opens, with autoscale preselected for your resource and category.
114
114
@@ -155,21 +155,3 @@ To learn more about moving resources between regions and disaster recovery in Az
155
155
-[Create an activity log alert to monitor all failed autoscale scale-in/scale-out operations on your subscription](https://github.com/Azure/azure-quickstart-templates/tree/master/demos/monitor-autoscale-failed-alert)
0 commit comments