Skip to content

Commit 3ea89f1

Browse files
committed
edit
1 parent 9eca838 commit 3ea89f1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/application-gateway/overview-v2.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,27 @@ This section describes features and limitations of the v2 SKU that differ from t
130130

131131
## Register for the preview
132132

133-
Run the following Azure CLI commands in to register for the preview of Application Basic SKU.
133+
Run the following Azure CLI commands to register for the preview of Application Gateway Basic SKU.
134134

135135
```azurecli-interactive
136136
Set-AzContext -Subscription "<your subscription ID>"
137137
Get-AzProviderFeature -FeatureName AllowApplicationGatewayBasicSku -ProviderNamespace "Microsoft.Network"
138138
Register-AzProviderFeature -FeatureName AllowApplicationGatewayBasicSku -ProviderNamespace Microsoft.Network
139139
```
140140

141+
## Unregister the preview
142+
143+
To unregister from the public preview of Basic SKU:
144+
145+
1. Delete all instances of Application Gateway Basic SKU from your subscription.
146+
2. Run the following Azure CLI commands:
147+
148+
```azurecli-interactive
149+
Set-AzContext -Subscription "<your subscription ID>"
150+
Get-AzProviderFeature -FeatureName AllowApplicationGatewayBasicSku -ProviderNamespace "Microsoft.Network"
151+
Unregister-AzProviderFeature -FeatureName AllowApplicationGatewayBasicSku -ProviderNamespace Microsoft.Network
152+
```
153+
141154
## Next steps
142155

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

0 commit comments

Comments
 (0)