How to write powershell script to reduce the Tier for azure PaaS services?

badri srinath 1 Reputation point
2022-04-06T07:09:16.713+00:00

Every weekend i would like to reduce the Tier for Paas services, a automated script to be done. Is there any way to create a script and run?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,877 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,841 Reputation points MVP
    2022-04-06T08:49:48.133+00:00

    Hi. @badri srinath

    You can update the tier per service using Azure PowerShell.

    For example, for App Service Plan, you can use Set-AzAppServicePlan.

    0 comments No comments