Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 774 Bytes

File metadata and controls

24 lines (17 loc) · 774 Bytes
description languages
Create or update an NGINXaaS for Azure deployment in a resource group associated with a public IP address.
json
bicep

Creates an NGINXaaS for Azure deployment.

Usage

az deployment group create  --name myName  --resource-group myGroup --template-file azdeploy.json \
    --parameters subnetName=mySubnet virtualNetworkName=myVnet publicIPName=myPublicIP capacity=50

This template provides a way to deploy a NGINX Deployment in a Resource Group.

If you're new to NGINXaaS for Azure, see:

If you're new to template deployment, see: