Skip navigation
question mark on yellow road sign with clouds in blue sky

Availability of Azure Cloud Service Name

Q: How can I check whether a specific cloud service name is available in Azure?

A: Cloud service names must be unique in Azure. To test whether a name is available, run the following PowerShell code:

Test-AzureName -Service 'CloudServiceNameToTestFor'

If the result is False, the name is available.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish