Skip to content

Commit 776fba7

Browse files
committed
update
1 parent 771ed12 commit 776fba7

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

articles/application-gateway/classic-to-resource-manager.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: greglin
1111

1212
# Application gateway classic to Resource Manager migration
1313

14-
This article describes benefits of the new Azure Resource Manager (ARM) deployment model and provides guidance on how to migrate Azure Application Gateway from [classic deployment](#what-is-azure-service-manager-and-what-does-it-mean-by-classic) to Azure Resource Manager deployment. For more information about deployment models, see [Azure Resource Manager vs. classic deployment: Understand deployment models and the state of your resources](/azure/azure-resource-manager/management/deployment-models).
14+
This article describes benefits of the new Azure Resource Manager (ARM) deployment model and provides guidance on how to migrate Azure Application Gateway from [classic deployment](#what-is-azure-service-manager-and-what-does-it-mean-by-classic) to Azure Resource Manager deployment. For more information about deployment models, see [Azure Resource Manager vs. classic deployment](/azure/azure-resource-manager/management/deployment-models).
1515

1616
> [!NOTE]
1717
> For information about retirement of the classic deployment model, see [Azure updates](https://azure.microsoft.com/updates?id=azure-classic-resource-providers-will-be-retired-on-31-august-2024).
@@ -66,27 +66,29 @@ Step 1: Install the old PowerShell version for managing legacy resources.
6666
> [!NOTE]
6767
> The cmdlets referenced in this documentation are for managing legacy Azure resources that use Azure Service Manager (ASM) APIs. This legacy PowerShell module isn't recommended for creating new resources since ASM is scheduled for retirement.
6868
69-
Step 2: Run the following command to remove the application gateway.
70-
[Remove-AzureApplicationGateway](/powershell/module/servicemanagement/azure/remove-azureapplicationgateway)
69+
Step 2: Run the following command to remove the application gateway: [Remove-AzureApplicationGateway](/powershell/module/servicemanagement/azure/remove-azureapplicationgateway)
7170

7271
```
73-
#Login to account and set proper subscription
74-
Add-AzureAccount
75-
Get-AzureSubscription
76-
Select-AzureSubscription -SubscriptionId <SubscriptionId> -Default
72+
# Sign in to account and set proper subscription
73+
Add-AzureAccount
74+
Get-AzureSubscription
75+
Select-AzureSubscription -SubscriptionId <SubscriptionId> -Default
7776
78-
# Get the list of application gateways in the subscription
79-
Get-AzureApplicationGateway
77+
# Get the list of application gateways in the subscription
78+
Get-AzureApplicationGateway
8079
81-
#Remove the desired application gateway
82-
Remove-AzureApplicationGateway -Name <NameofGateway>
80+
# Remove the desired application gateway
81+
Remove-AzureApplicationGateway -Name <NameofGateway>
8382
```
8483

8584
### How do I report an issue?
8685

8786
Post your issues and questions about migration to our [Microsoft Q&A page](/answers/topics/azure-virtual-network.html). We recommend posting all your questions on this forum. If you have a support contract, you're welcome to log a support ticket as well.
8887

8988
## Next steps
90-
To get started, see: [platform-supported migration of IaaS resources from classic to Resource Manager](/azure/virtual-machines/migration-classic-resource-manager-ps)
89+
90+
To get started, see [Platform-supported migration of IaaS resources from classic to Resource Manager](/azure/virtual-machines/migration-classic-resource-manager-ps)
91+
92+
Also see [Prepare for Azure classic administrator roles retirement](azure/cost-management-billing/manage/classic-administrator-retire?source=recommendations) and [Azure classic subscription administrators](/azure/role-based-access-control/classic-administrators?source=recommendations&tabs=azure-portal).
9193

9294
For any concerns around migration, you can contact Azure Support. Learn more about [Azure support here](https://azure.microsoft.com/support/options/).

0 commit comments

Comments
 (0)