Skip to content

Commit 9eca838

Browse files
committed
add preview registrati9on
1 parent 50a562f commit 9eca838

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/application-gateway/overview-v2.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The v2 SKU includes the following enhancements:
4343
## SKU types
4444

4545
Application Gateway v2 is available under two SKUs:
46-
- **Basic** (preview): The Basic SKU is designed for applications that have lower traffic and SLA requirements, and don't need advanced traffic management features.
46+
- **Basic** (preview): The Basic SKU is designed for applications that have lower traffic and SLA requirements, and don't need advanced traffic management features. For information on how to register for the public preview of Application Gateway Basic SKU, see [Register for the preview](#register-for-the-preview).
4747
- **Standard_v2 SKU**: The Standard_v2 SKU is designed for running production workloads and high traffic. It also includes auto scale that can automatically adjust the number of instances to match your traffic needs.
4848

4949
The following table displays a comparison between Basic and Standard_v2.
@@ -128,9 +128,21 @@ This section describes features and limitations of the v2 SKU that differ from t
128128
|Cookie Affinity |Current V2 doesn't support appending the domain in session affinity Set-Cookie, which means that the cookie can't be used by client for the subdomains.|
129129
|Microsoft Defender for Cloud integration|Not yet available.
130130

131+
## Register for the preview
132+
133+
Run the following Azure CLI commands in to register for the preview of Application Basic SKU.
134+
135+
```azurecli-interactive
136+
Set-AzContext -Subscription "<your subscription ID>"
137+
Get-AzProviderFeature -FeatureName AllowApplicationGatewayBasicSku -ProviderNamespace "Microsoft.Network"
138+
Register-AzProviderFeature -FeatureName AllowApplicationGatewayBasicSku -ProviderNamespace Microsoft.Network
139+
```
140+
131141
## Next steps
132142

133143
Depending on your requirements and environment, you can create a test Application Gateway using either the Azure portal, Azure PowerShell, or Azure CLI.
134144

145+
146+
135147
- [Tutorial: Create an application gateway that improves web application access](tutorial-autoscale-ps.md)
136148
- [Learn module: Introduction to Azure Application Gateway](/training/modules/intro-to-azure-application-gateway)

0 commit comments

Comments
 (0)