Skip to content

Commit 2ac5e89

Browse files
Merge pull request #205103 from Heidilohr/work-autoscale-ga
Removing preview language for autoscale GA.
2 parents d36c6e0 + 74860f0 commit 2ac5e89

File tree

5 files changed

+14
-34
lines changed

5 files changed

+14
-34
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
href: store-fslogix-profile.md
104104
- name: Scale session hosts
105105
items:
106-
- name: Autoscale (preview)
106+
- name: Autoscale
107107
items:
108108
- name: How autoscale works
109109
href: autoscale-scenarios.md

articles/virtual-desktop/autoscale-glossary.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@ title: Azure Virtual Desktop autoscale glossary for Azure Virtual Desktop - Azur
33
description: A glossary of terms and concepts for the Azure Virtual Desktop autoscale feature.
44
author: Heidilohr
55
ms.topic: conceptual
6-
ms.date: 04/29/2022
6+
ms.date: 08/03/2022
77
ms.author: helohr
88
manager: femila
99
---
1010
# Autoscale glossary for Azure Virtual Desktop
1111

12-
> [!IMPORTANT]
13-
> Autoscale is currently in preview.
14-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
15-
16-
This article is a list of definitions for key terms and concepts related to the autoscale (preview) feature for Azure Virtual Desktop.
12+
This article is a list of definitions for key terms and concepts related to the autoscale feature for Azure Virtual Desktop.
1713

1814
## Autoscale
1915

@@ -92,9 +88,9 @@ A user session is considered "active" when the user signs in and connects to the
9288

9389
A disconnected user session is an inactive session that the user hasn't signed out of yet. When a user closes the remote session window without signing out, the session becomes disconnected. When a user reconnects to their remote resources, they'll be redirected to their disconnected session on the session host they were working on. At this point, the disconnected session becomes an [active session](#active-user-session) again.
9490

95-
## Force log off
91+
## Force log-off
9692

97-
A force log off, or forced sign out, is when the service ends an [active user session](#active-user-session) or a [disconnected user session](#disconnected-user-session) without the user's consent.
93+
A force log-off, or forced sign-out, is when the service ends an [active user session](#active-user-session) or a [disconnected user session](#disconnected-user-session) without the user's consent.
9894

9995
## Exclusion tag
10096

articles/virtual-desktop/autoscale-new-existing-host-pool.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ title: Azure Virtual Desktop scaling plans for host pools in Azure Virtual Deskt
33
description: How to assign scaling plans to new or existing host pools in your deployment.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 04/29/2022
6+
ms.date: 08/03/2022
77
ms.author: helohr
88
manager: femila
99
---
1010
# Assign scaling plans to host pools in Azure Virtual Desktop
1111

12-
> [!IMPORTANT]
13-
> Autoscale is currently in preview.
14-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
15-
1612
You can assign a scaling plan for any existing host pools in your deployment. When you apply a scaling plan to your host pool, the plan will apply to all session hosts within that host pool. The scaling plan also automatically applies to any new session hosts you create in your assigned host pool.
1713

1814
If you disable a scaling plan, all assigned resources will remain in the scaling state they were in at the time you disabled it.
@@ -49,7 +45,7 @@ To assign a scaling plan multiple existing host pool at the same time:
4945

5046
## Next steps
5147

52-
- Review how to create a scaling plan at [Autoscale (preview) for Azure Virtual Desktop session hosts](autoscale-new-existing-host-pool.md).
48+
- Review how to create a scaling plan at [Autoscale for Azure Virtual Desktop session hosts](autoscale-new-existing-host-pool.md).
5349
- Learn how to troubleshoot your scaling plan at [Enable diagnostics for your scaling plan](autoscale-diagnostics.md).
5450
- Learn more about terms used in this article at our [autoscale glossary](autoscale-glossary.md).
5551
- For examples of how autoscale works, see [Autoscale example scenarios](autoscale-scenarios.md).

articles/virtual-desktop/autoscale-scaling-plan.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@ title: Create an autoscale scaling plan for Azure Virtual Desktop
33
description: How to create an autoscale scaling plan to optimize deployment costs.
44
author: Heidilohr
55
ms.topic: how-to
6-
ms.date: 04/29/2022
6+
ms.date: 08/03/2022
77
ms.author: helohr
88
manager: femila
99
ms.custom: references_regions
1010
---
1111
# Create an autoscale scaling plan for Azure Virtual Desktop
1212

13-
> [!IMPORTANT]
14-
> Autoscale is currently in preview.
15-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
16-
1713
Autoscale lets you scale your session host virtual machines (VMs) in a host pool up or down to optimize deployment costs. You can create a scaling plan based on:
1814

1915
- Time of day
@@ -30,11 +26,9 @@ Autoscale lets you scale your session host virtual machines (VMs) in a host pool
3026
For best results, we recommend using autoscale with VMs you deployed with Azure Virtual Desktop Azure Resource Manager templates or first-party tools from Microsoft.
3127

3228
>[!IMPORTANT]
33-
>The preview version of this feature currently has the following limitations:
29+
>Deploying scaling plans with autoscale is currently limited to the following Azure regions:
3430
>
35-
> - You can only use autoscale in the Azure public cloud.
36-
> - You can only configure autoscale with the Azure portal.
37-
> - You can only deploy a scaling plan to these regions:
31+
> - Australia East
3832
> - Canada Central
3933
> - Canada East
4034
> - Central US

articles/virtual-desktop/autoscale-scenarios.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@ title: Autoscale scaling plans and example scenarios in Azure Virtual Desktop
33
description: Information about autoscale and a collection of four example scenarios that illustrate how various parts of autoscale for Azure Virtual Desktop work.
44
author: Heidilohr
55
ms.topic: conceptual
6-
ms.date: 04/29/2022
6+
ms.date: 08/03/2022
77
ms.author: helohr
88
manager: femila
99
ms.custom: references_regions
1010
---
1111
# Autoscale scaling plans and example scenarios in Azure Virtual Desktop
1212

13-
> [!IMPORTANT]
14-
> Autoscale is currently in preview.
15-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
16-
1713
Autoscale lets you scale your session host virtual machines (VMs) in a host pool up or down to optimize deployment costs. You create a scaling plan that can be based on:
1814

1915
- Time of day
@@ -29,12 +25,10 @@ Autoscale lets you scale your session host virtual machines (VMs) in a host pool
2925
3026
For best results, we recommend using autoscale with VMs you deployed with Azure Virtual Desktop Azure Resource Manager (ARM) templates or first-party tools from Microsoft.
3127

32-
> [!IMPORTANT]
33-
> The preview version of autoscale currently has the following limitations:
28+
>[!IMPORTANT]
29+
>Deploying scaling plans with autoscale is currently limited to the following Azure regions:
3430
>
35-
> - You can only use autoscale in the Azure public cloud.
36-
> - You can only configure autoscale with the Azure portal.
37-
> - You can only deploy a scaling plan to these regions:
31+
> - Australia East
3832
> - Canada Central
3933
> - Canada East
4034
> - Central US

0 commit comments

Comments
 (0)