Pixel & Code

Kifer's Blog

Azure

Restarting Azure Application Gateway

Azure

There may come a time you may need to “restart” your Azure Application Gateway (AG). You may notice there is no Restart, Stop or Start action buttons in Azure Portal.

We will look at how you can “restart” your AG in this post.

Firstly, you will need to launch Azure Cloud Shell from Azure Portal. You can find the icon to launch at the top right header of the portal.

Once your Cloud Shell is launched, you can invoke the following command to ensure that you switch to the correct subscription.

Shell

Next, you should select your AG

Shell

Now, you can stop “restart” your AG by invoking the following command.

Shell

After the above command, you should wait a little before seeing the following. This confirms that your AG is stopped.

Finally, you can start your AG by invoking the following command.

Shell

After the above command, you should wait a little before seeing the following. This confirms that your AG is stopped.

Your AG is now restarted.

If you need other confirmation, you could always pull out the Activity Log which shows the status of each operation.

Leave a Reply