Not a comprehensive list, but this should get you started. Some of them are REST API endpoints.

Cloud Services/Virtual Machines: *.cloudapp.net

Azure Websites: *.azurewebsites.net

Blob Storage: *.blob.core.windows.net

Table Storage: *.table.core.windows.net

Queue Service: *.queue.core.windows.net

SQL Database: *.database.windows.net

Access Control Service: *.accesscontrol.windows.net

Service Bus: *.servicebus.windows.net

Azure Active Directory: graph.windows.net/*

Please feel free to edit the answer and add more services.

From kwill:

File Service: *.file.core.windows.net

Mobile Services: *.azure-mobile.net

Media Services: *.origin.mediaservices.windows.net

Visual Studio Online: *.visualstudio.com

BizTalk Services: *.biztalk.windows.net

CDN: *.vo.msecnd.net

API Management: *.azure-api.net

Traffic Manager: *.trafficmanager.net

Active Directory: *.onmicrosoft.com

Management Services: *.management.core.windows.net

Answer from Gaurav Mantri on Stack Overflow
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 164323 › list-of-all-domains-called-from-azure-portal
List of all domains called from Azure portal - Microsoft Q&A
IF yes, you can download the list from here. Dont heistate to let me know if this isnt what you are looking for. Perhaps sharing more details on your issue "unblocking websites whack-a-mole style" will help clarify your question. ... https://www.danielstechblog.io/azure-services-urls-and-ip-addresses-for-firewall-or-proxy-whitelisting ... I haven't reviewed the above yet but we are looking for all the domains called from the browser when using the Azure portal.
🌐
Microsoft Learn
learn.microsoft.com › en-us › rest › api › appservice › domains › list
Domains - List - REST API (Azure App Service) | Microsoft Learn
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.DomainRegistration/domains?api-version=2024-04-01 · /** * Samples for Domains List.
🌐
Microsoft Learn
learn.microsoft.com › en-us › rest › api › appservice › domains › list-by-resource-group
Domains - List By Resource Group - REST API (Azure App Service) | Microsoft Learn
from azure.identity import DefaultAzureCredential from azure.mgmt.web import WebSiteManagementClient """ # PREREQUISITES pip install azure-identity pip install azure-mgmt-web # USAGE python list_domains_by_resource_group.py Before run the sample, please set the values of the client ID, tenant ID and client secret of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET.
🌐
Microsoft Learn
learn.microsoft.com › en-us › rest › api › azurespringapps › custom-domains › list
Custom Domains - List - REST API (Azure Azure Spring Apps) | Microsoft Learn
*/ public static void customDomainsList(com.azure.resourcemanager.AzureResourceManager azure) { azure.springServices().manager().serviceClient().getCustomDomains().list("myResourceGroup", "myservice", "myapp", com.azure.core.util.Context.NONE); } } To use the Azure SDK library in your project, see this documentation. To provide feedback on this code sample, open a GitHub issue · from azure.identity import DefaultAzureCredential from azure.mgmt.appplatform import AppPlatformManagementClient """ # PREREQUISITES pip install azure-identity pip install azure-mgmt-appplatform # USAGE python custom_domains_list.py Before run the sample, please set the values of the client ID, tenant ID and client secret of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET.
🌐
Microsoft Learn
learn.microsoft.com › en-us › rest › api › appservice › top-level-domains › list
Top Level Domains - List - REST API (Azure App Service) | Microsoft Learn
For more info about how to get the value, please see: https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal """ def main(): client = WebSiteManagementClient( credential=DefaultAzureCredential(), subscription_id="34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", ) response = client.top_level_domains.list() for item in response: print(item) # x-ms-original-file: specification/web/resource-manager/Microsoft.DomainRegistration/stable/2024-04-01/examples/ListTopLevelDomains.json if __name__ == "__main__": main()
Find elsewhere
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › active-directory › enterprise-users › domains-manage
Add and verify custom domain names - Microsoft Entra ID | Microsoft ...
If you want to add a subdomain name such as ‘europe.contoso.com’ to your organization, you should first add and verify the root domain, such as contoso.com. Microsoft Entra ID automatically verifies the subdomain. To see that the subdomain you added is verified, refresh the domain list in the browser.
🌐
O'Reilly
oreilly.com › library › view › active-directory-administration › 9781789806984 › 12008309-d192-4782-b735-0a6fdf1270fc.xhtml
Checking domains in the Azure portal - Active Directory Administration Cookbook [Book]
May 3, 2019 - Checking domains in the Azure portal Perform these steps to check whether all federated DNS domain names have successfully migrated to PTA: Navigate a browser to portal.azure.com.... - Selection from Active Directory Administration Cookbook [Book]
Author   Sander Berkouwer
Published   2019
Pages   620
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › app-service › manage-custom-dns-buy-domain
Buy and configure an App Service domain - Azure App Service | Microsoft Learn
To map to an App Service domain ... case, Azure DNS is the external domain provider, and you need to add the required DNS records manually. In Domain type, configure the domain type you want to map: Select Add. You should see the custom domain added to the list...
🌐
TLD-List
tld-list.com › tld › azure
Cheapest .azure Domain Registration, Renewal, Transfer Prices | TLD-List
Details for the .azure domain including the general availability date, sponsor, and domain restrictions. Information last updated 5 hours ago.
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › dns › dns-delegate-domain-azure-dns
Tutorial: Host your domain in Azure DNS | Microsoft Learn
Internet users around the world are then directed to your domain in your Azure DNS zone when they try to resolve DNS records in contoso.com. ... Create the DNS zone. Create resource records in the DNS zone. Retrieve the list of Azure nameservers for your DNS zone.
🌐
Zendesk
gatekeeperhelp.zendesk.com › hc › en-us › articles › 1500010393022-How-do-I-find-my-Microsoft-Azure-domain-name
How do I find my Microsoft Azure domain name? – GateKeeper
To find your Microsoft Azure domain name, follow these steps: Sign in to the Azure portal (portal.azure.com). In the left navigation pane, click on "Azure Active Directory". In the Azure Active Di...
🌐
CloudThat
cloudthat.com › home › blogs › step-by-step guide to purchasing a domain with azure app service domain
Step-by-Step Guide to Purchasing a Domain with Azure App Service Domain - CloudThat Resources
December 6, 2024 - It is a domain management service provided by Microsoft Azure. It enables you to purchase, manage, and configure custom domain names for your web applications hosted on Azure App Services. With App Service Domain, you don’t need to rely on third-party domain providers.
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › app-service › overview-custom-domains
Overview of using custom domain names - Azure App Service | Microsoft Learn
Learn how to configure and manage custom domain names in Azure App Service, including mapping, buying, migrating, securing, and traffic routing.
🌐
Nixintel
nixintel.info › osint-tools › how-to-identify-a-companys-domains-with-azure-ad
Nixintel Open Source Intelligence & Investigations How To Identify A Company’s Domains With Azure AD
December 5, 2022 - Enter the domain bbc.co.uk into the search box and click Get Information. After a few moments your results will appear. We’ll discuss what they mean below. ... When an organisation creates an Azure instance it is known as a Tenant. Each Tenant has a name and a globally unique identifier (GUID) known as the tenant ID.
🌐
GitHub
github.com › HotCakeX › MicrosoftDomains
GitHub - HotCakeX/MicrosoftDomains: This repository lists all active Microsoft domains | no URLs and no sub-domains | for the purpose of Whitelisting in various systems and apps | This is for my personal use but then decided to publish it on GitHub for others to use as well
Store unique Non-Microsoft domains with the number of times they were visited in a separate list · Display Allowed and Blocked domains on the console · Includes the Microsoft domains that are verified to be working and owned by Microsoft or their subsidiaries. I use this Azure service to directly query the ISG (Intelligent Security Graph) to get the domains of Microsoft's subsidiaries.
Starred by 38 users
Forked by 3 users
Languages   PowerShell
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › frontdoor › domain
Domains - Azure Front Door | Microsoft Learn
Learn about custom domains in Azure Front Door, including subdomains, apex domains, and wildcard domains.