diff --git a/src/apps.json b/src/apps.json index 2bc423e3e..5568f4d35 100644 --- a/src/apps.json +++ b/src/apps.json @@ -115,6 +115,30 @@ "icon": "Accelerated-Mobile-Pages.svg", "website": "https://www.ampproject.org" }, + "Azure": { + "cats": [ + 62 + ], + "headers": { + "azure-regionname": "", + "azure-sitename": "", + "azure-slotname": "", + "azure-version": "" + }, + "icon": "azure.svg", + "website": "https://azure.microsoft.com" + }, + "Azure CDN": { + "cats": [ + 31 + ], + "headers": { + "server": "^(?:ECAcc|ECS|ECD)", + "X-EC-Debug": "" + }, + "icon": "azure.svg", + "website": "https://azure.microsoft.com/en-us/services/cdn/" + }, "Acquia Cloud": { "cats": [ 22 diff --git a/src/icons/azure.svg b/src/icons/azure.svg new file mode 100644 index 000000000..2ff63c104 --- /dev/null +++ b/src/icons/azure.svg @@ -0,0 +1 @@ + \ No newline at end of file