Description
Describe the bug
I trying to evaluate the NGINXaaS Load Balancer in Azure.
I installed an NGINXaaS Load Balancer for Kubernetes in Azure with using the Wizard in Azure portal. In Portal, when I open the menu "Settings/NGINX Loadbalancer for Kubernetes", an empty text box is displayed for DataplaneAPIEndPoint. When I use the az cli command, described in the documentation page (https://docs.nginx.com/nginxaas/azure/loadbalancer-kubernetes/) I can also no find any property, related to the endpoint. I copied the output of az nginx deployment show --subscription $SUBSCRIPTION -g "$NGINX_RG" -n "$NGINX_NAME" below.
What can be the reason for the missing DataplaneAPIEndPoint or how can I get my Endpoint.
Thanks in advanced
Mark Blume
{
"id": "/subscriptions/xxxx/resourceGroups/nginx/providers/NGINX.NGINXPLUS/nginxDeployments/nginx",
"identity": {
"principalId": "xxxx",
"tenantId": "xxxx",
"type": "SystemAssigned"
},
"location": "westeurope",
"name": "nginx",
"properties": {
"enableDiagnosticsSupport": false,
"ipAddress": "132.220.106.228",
"networkProfile": {
"frontEndIPConfiguration": {
"privateIPAddresses": [],
"publicIPAddresses": [
{
"id": "/subscriptions/xxxx/resourceGroups/nginx/providers/Microsoft.Network/publicIPAddresses/nginx-ip",
"resourceGroup": "nginx"
}
]
},
"networkInterfaceConfiguration": {
"subnetId": "/subscriptions/xxxx/resourceGroups/nginx/providers/Microsoft.Network/virtualNetworks/nginx-vnet/subnets/default"
}
},
"nginxVersion": "1.27.2 (nginx-plus-r33-p2)",
"provisioningState": "Succeeded",
"scalingProperties": {},
"userProfile": {
"preferredEmail": "[email protected]"
}
},
"resourceGroup": "nginx",
"sku": {
"name": "basic_Monthly_gmz7xq9ge3py"
},
"systemData": {
"createdAt": "2025-06-24T07:57:35.7358982Z",
"createdBy": "[email protected]",
"createdByType": "User",
"lastModifiedAt": "2025-06-24T07:57:35.7358982Z",
"lastModifiedBy": "[email protected]",
"lastModifiedByType": "User"
},
"tags": {},
"type": "nginx.nginxplus/nginxdeployments"
}
Sensitive Information
Remember to redact any sensitive information such as authentication credentials or license keys.