Azure Pipelines Generates Invalid Numeric Hostnames for Docker Containers

newyeti 0 Reputation points
2025-08-12T08:22:56.9866667+00:00

There is an issue occurring with Docker instances running a NextJS application hosted in Azure. Recently, since more than a week, some instances are generating hostnames that consist of numeric values only, resulting in an error: TypeError [ERR_INVALID_URL]: Invalid URL.

Examples of Hostnames

  • Invalid: http://325902417774:3000
  • Valid: http://36eef819fd94:3000

What could be causing Docker to randomly generate these invalid numeric-only hostnames, and how can the hostname be configured to ensure it is always a valid alphanumeric value?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.