Azure ASUID Generator

Enter your Azure Subscription ID to instantly generate your unique ASUID. Use this value to create the asuid TXT record required to verify custom domain ownership in Azure Web Apps.

Please enter a valid Subscription ID (Standard GUID format).
Your generated ASUID:

Developer API

You can also generate ASUIDs programmatically. The API is free to use and returns a JSON response.

Endpoint

GET https://azure-asuid-generator.stian.cloud/api/generate?subId={subscriptionId}

Example Request (cURL)

curl "https://azure-asuid-generator.stian.cloud/api/generate?subId=12345678-1234-1234-1234-123456789012"

Example Response

{ "asuid": "C442FC83D5ED5FF524E7BB40F2D1E300CCDE7F9F75A95B4FA0897B4A01626BA6" }