Azure CLI

F5 NGINX as a Service for Azure (NGINXaaS) deployments can be managed using the Azure CLI. This document outlines how to install the CLI tool including the NGINX extension.

Prerequisites

Install NGINXaaS extension

In order to install and manage your NGINXaaaS deployments using the Azure CLI, you will need to install the nginx extension:

az extension add --name nginx --allow-preview true

Update NGINXaaS extension

Ensure you are running the latest version of the nginx CLI extension to take advantage of the latest capabilities available on your NGINXaaS deployments:

az extension update --name nginx --allow-preview true

Last modified February 17, 2025