description | languages | ||
---|---|---|---|
Create or update an NGINXaaS for Azure deployment in a resource group associated with a public IP address. |
|
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: