dev.lukemelvin.comLRPLRPAboutAboutContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)
  • Introduction
    • AppGateway Log filtering
    • WAF Mangaed Rule Filters
    • Disable CNAME check
    • FrontDoor Health Probe Logs
    • App Service RBAC managed keyvault
    • Restarting AppGateway
    • IISweb.config multiple url redirects
    • Increase AppService Worker Count
    • APIM Soft Delete Purge
    • Stop/Start AppGateway
    • Switching Tenants in AzureCLI
    • Outbound IP Adresses
    • DKIM for Custom Domains
    • SMTP email relay in IIS
    • Wire Shark Filters
    • Headless Raspberry-Pi
    • Umbraco Local SQL User
    • Adding Managed ID SQL
    • AAD User Creation & Role Assignment
    • SQL User Assigned Roles
    • Umbraco User search
    • Bash to Powershell
    • Enable/Disable Plus Addressing
    • Generatingan SSH Key
    • How To Validate Checksums on Mac

On This Page

  • Get Azure Application Gateway
  • Stop the Azure Application Gateway
  • Start the Azure Application Gateway (optional)
Question? Give us feedback → (opens in a new tab)Edit this page
Azure
Restarting AppGateway

How to restart Azure App Gateway

Open the Azure Cloud Shell or local PowerShell with Az module installed and use the following:

Get Azure Application Gateway

$appgw=Get-AzApplicationGateway -Name <appgw_name> -ResourceGroupName <rg_name>

Stop the Azure Application Gateway

Stop-AzApplicationGateway -ApplicationGateway $appgw

Start the Azure Application Gateway (optional)

Start-AzApplicationGateway -ApplicationGateway $appgw
App Service RBAC managed keyvaultIISweb.config multiple url redirects

Nextra Theme © LukeMelvin.com | A personal project to manage and maintain my technical notes.