Skip to content
  • Home

Jack Pye

A blog about all things cloud related

Stopping the Azure Application Gateway

May 18, 2022 by Jack Pye

I was undertaking some testing within my Azure subscription, I was looking for a way to be able to stop the Azure Application Gateway in order to reduce costs. I ran this within Azure PowerShell but local PowerShell with the AZ modules installed will work too.

#Locate Application Gateway

$ApplicationGateway = Get-AZApplicationGateway -Name "EnterAppGWName" -ResourceGroupName "EnterResourceGroupName"

#To Stop The Application Gateway
Stop-AZApplicationGateway -ApplicationGateway $ApplicationGateway

#To Start The application Gateway again
Start-AZApplicationGateway -ApplicationGateway $ApplicationGateway

Related

Post navigation

Next Post:

Azure App Service Linux Container – Confirm Outbound Public IP

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


Recent Posts

  • Configuring Private DNS In Azure
  • Azure DevOps Docker Pipeline to Azure Container Registry
  • Azure App Service Linux Container – Confirm Outbound Public IP
  • Stopping the Azure Application Gateway

Archives

  • March 2025
  • August 2022
  • May 2022

Categories

  • App Service
  • Application Gateway
  • Azure
  • Azure Container Registry
  • Azure DevOps
  • Azure Pipelines
  • Docker
  • Powershell
  • Private DNS
  • Terraform

Follow Me On LinkedIn

  • LinkedIn
© 2025 Jack Pye | WordPress Theme by Superbthemes