Edit

Share via


Manage your NGINXaaS integration through the Azure portal

After you create your NGINXaaS resource in the Azure portal, you might need to get information about it or change it.

Begin by signing in to the Azure portal.

  1. In the Azure portal search bar, enter All resources and select All resources from the results.

  2. From the Resources list, select your resource.

    The Azure portal shows the resource with the Overview page open, by default.

Screenshot of an NGINXaaS resource in the Azure portal with the overview displayed.

Here are some management tasks:

Configure managed identity

Add a new User Assigned Managed Identity.

  1. In your NGINXaaS deployment, in the left menu, select Settings > Identity.

  2. Select User assigned, then select Add.

    Screenshot showing how to add a managed identity to NGINXaaS resource.

  3. Under Add user assigned managed identity, select your subscription and then select an identity.

  4. Select Add.

Change the configuration

Change your configuration file.

  1. In your NGINXaaS deployment, in the left menu, select Settings > NGINXaaS configuration.

  2. Select Upload config package.

    Screenshot of upload confirmation for config file.

  3. In Upload configuration, drag your file to the upload area or browse to upload it.

  4. Specify a Root file.

  5. This change replaces existing files. Select the option to proceed, then select Upload.

Besides replacing your configuration file, you can edit it in this page. Select the pencil icon. When you're done editing, select Submit.

Add a certificate

You can add a certificate. First, upload your certificate to Azure Key Vault. For more information, see Import a certificate in Azure Key Vault. Then follow these steps:

  1. In your NGINXaaS deployment, in the left menu, select Settings > NGINXaaS certificates.

  2. Select Add certificate.

    Screenshot of the add certificate pane.

  3. In the Add certificate pane, choose Select certificate and choose your certificate from the options.

  4. Select Add certificate.

Send metrics to monitoring

You can send metrics to Azure Monitor to take advantage of its monitoring capabilities.

  1. In your NGINXaaS deployment, in the left menu, select Settings > NGINXaaS Monitoring.

  2. For Send metrics to Azure Monitor, select On, then select Save

Delete a resource

If you finished using your resource and you want to delete it, follow these steps:

  1. On the command bar, select Delete.

    The Delete Resource pane appears in the sidebar.

  2. In the Confirm Delete field, enter the name of the resource.

  3. Choose a reason for deleting the resource.

  4. Select Delete.

After the resource is deleted, all billing through Azure Marketplace stops for that resource.

After the account is deleted, logs are no longer sent to NGINXaaS.

Note

The delete button on the main account is only activated if all the subaccounts mapped to the main account are already deleted.

GitHub integration

Enable CI/CD deployments by using GitHub Actions integrations.

Next step